Skip to content

Commit

Permalink
chore: add conditional execution for build_and_test job
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Jul 2, 2024
1 parent 877d78b commit 2152255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
with:
label: tag:run-build-and-test
build_and_test:
needs: label-check
if: ${{ needs.label-check.outputs.result == 'true' }}
strategy:
matrix:
os:
Expand Down

0 comments on commit 2152255

Please sign in to comment.