Skip to content

Commit

Permalink
Make release-version more eager when triggering other build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pierd committed Oct 4, 2023
1 parent 2cffaa2 commit 1191555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: sentry-cli upload-dif -o dims -p native-client ${{ env.EXE_DIR }}/${{ matrix.exe_name }} ${{ env.EXE_DIR }}/${{ matrix.symbol_path }}

trigger-build-jobs:
needs: [meta, build-app]
needs: meta
runs-on: ubuntu-22.04
steps:
- name: Trigger build jobs
Expand Down

0 comments on commit 1191555

Please sign in to comment.