Skip to content

Commit

Permalink
Allow manual builds for projects which are not built automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Markkus Millend committed Jul 11, 2024
1 parent 3307c19 commit b0b837a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- id: "early-exit"
name: "Early exit"
if: "${{ env.DEPOT_AUTOMATIC_BUILDS == 'false' }}"
if: "${{ env.DEPOT_AUTOMATIC_BUILDS == 'false' && github.event_name != 'workflow_dispatch' }}"
run: |
gh run cancel ${{ github.run_id}}
gh run watch ${{ github.run_id}}
Expand Down
File renamed without changes.

0 comments on commit b0b837a

Please sign in to comment.