Skip to content

Commit

Permalink
wip(CI) start adding CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur VINCENT committed Dec 12, 2024
1 parent 5d57aa7 commit c880f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
test:
if: github.event_name == 'pull_request'
if: github.event_name.pull_request.draft == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c880f0a

Please sign in to comment.