Skip to content

Commit

Permalink
Don't skip build workflow on push
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass committed Dec 28, 2023
1 parent f7bfe60 commit b409cc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
needs:
- handle-syncwith

# skipped status occurs on push event
if: ${{ needs.handle-syncwith.result == 'success' || needs.handle-syncwith.result == 'skipped' }}

env:
CONTAINER_TMP: /opt/
HOST_TMP: /home/runner/work/_temp/
Expand Down

0 comments on commit b409cc9

Please sign in to comment.