Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

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 authored and nkaskov committed Dec 30, 2023
1 parent 823d240 commit 65a8fb3
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 65a8fb3

Please sign in to comment.