diff --git a/.github/workflows/linux-qt6-drivers.yml b/.github/workflows/linux-qt6-drivers.yml index 3421e0c74..b7533a8ee 100644 --- a/.github/workflows/linux-qt6-drivers.yml +++ b/.github/workflows/linux-qt6-drivers.yml @@ -346,7 +346,7 @@ jobs: # the first job has index 0, the second job has index 1, ... # Execute the next workflow inly if it's active and isn't disabled (disabled_manually state). # Also, if the step fails due to any error, continue (eg. network unreachable or similar). - - name: Run vcpkg-linux.yml workflows + - name: Run vcpkg-linux.yml workflow continue-on-error: true if: strategy.job-index == 0 working-directory: ${{ env.TinyORMPath }} diff --git a/.github/workflows/msvc2022-qt6-drivers.yml b/.github/workflows/msvc2022-qt6-drivers.yml index e8e190dc9..c71d4826b 100644 --- a/.github/workflows/msvc2022-qt6-drivers.yml +++ b/.github/workflows/msvc2022-qt6-drivers.yml @@ -335,7 +335,7 @@ jobs: # the first job has index 0, the second job has index 1, ... # Execute the next workflow inly if it's active and isn't disabled (disabled_manually state). # Also, if the step fails due to any error, continue (eg. network unreachable or similar). - - name: Run vcpkg-windows.yml workflows + - name: Run vcpkg-windows.yml workflow continue-on-error: true if: strategy.job-index == 0 working-directory: ${{ env.TinyORMPath }} diff --git a/.github/workflows/vcpkg-linux-drivers.yml b/.github/workflows/vcpkg-linux-drivers.yml index 5ade04e51..56fe2b7b3 100644 --- a/.github/workflows/vcpkg-linux-drivers.yml +++ b/.github/workflows/vcpkg-linux-drivers.yml @@ -525,7 +525,7 @@ jobs: # the first job has index 0, the second job has index 1, ... # Execute the next workflow inly if it's active and isn't disabled (disabled_manually state). # Also, if the step fails due to any error, continue (eg. network unreachable or similar). - - name: Run analyzers.yml workflows + - name: Run analyzers.yml workflow continue-on-error: true if: strategy.job-index == 0 working-directory: ${{ env.TinyORMPath }} diff --git a/.github/workflows/vcpkg-linux.yml b/.github/workflows/vcpkg-linux.yml index bfca5f6f8..860d7502d 100644 --- a/.github/workflows/vcpkg-linux.yml +++ b/.github/workflows/vcpkg-linux.yml @@ -482,7 +482,7 @@ jobs: # the first job has index 0, the second job has index 1, ... # Execute the next workflow inly if it's active and isn't disabled (disabled_manually state). # Also, if the step fails due to any error, continue (eg. network unreachable or similar). - - name: Run vcpkg-linux-drivers.yml workflows + - name: Run vcpkg-linux-drivers.yml workflow continue-on-error: true if: strategy.job-index == 0 working-directory: ${{ env.TinyORMPath }} diff --git a/.github/workflows/vcpkg-windows-drivers.yml b/.github/workflows/vcpkg-windows-drivers.yml index e79f21a49..6a966aee7 100644 --- a/.github/workflows/vcpkg-windows-drivers.yml +++ b/.github/workflows/vcpkg-windows-drivers.yml @@ -528,7 +528,7 @@ jobs: # the first job has index 0, the second job has index 1, ... # Execute the next workflow inly if it's active and isn't disabled (disabled_manually state). # Also, if the step fails due to any error, continue (eg. network unreachable or similar). - - name: Run msys2-ucrt64-drivers.yml workflows + - name: Run msys2-ucrt64-drivers.yml workflow continue-on-error: true if: strategy.job-index == 0 working-directory: ${{ env.TinyORMPath }} diff --git a/.github/workflows/vcpkg-windows.yml b/.github/workflows/vcpkg-windows.yml index fa4f12cff..3247eea82 100644 --- a/.github/workflows/vcpkg-windows.yml +++ b/.github/workflows/vcpkg-windows.yml @@ -492,7 +492,7 @@ jobs: # the first job has index 0, the second job has index 1, ... # Execute the next workflow inly if it's active and isn't disabled (disabled_manually state). # Also, if the step fails due to any error, continue (eg. network unreachable or similar). - - name: Run vcpkg-windows-drivers.yml workflows + - name: Run vcpkg-windows-drivers.yml workflow continue-on-error: true if: strategy.job-index == 0 working-directory: ${{ env.TinyORMPath }}