Skip to content

Commit

Permalink
try skipping test_tsvtools when PR is in draft mode
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed May 23, 2024
1 parent beccd4c commit 52fc82b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_tsvtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:

jobs:
test-tsvtools:
if: github.event.pull_request.draft == false
runs-on:
- self-hosted
- Linux
Expand Down

0 comments on commit 52fc82b

Please sign in to comment.