Skip to content

Commit

Permalink
Add if directive that skips the whole workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Oct 8, 2024
1 parent f7457a0 commit 02d3604
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
- main

jobs:
test-script:
test_script:
# The if directive can be used to skip individual steps
if: false
runs-on: ubuntu-latest

container:
Expand Down

0 comments on commit 02d3604

Please sign in to comment.