Skip to content

Commit

Permalink
fix fail
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Oct 22, 2024
1 parent de84ae9 commit 273e3e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
steps:
- name: Exit if draft PR
if: ${{ github.event.pull_request.draft == true }}
run: echo "This is a draft pull request. Exiting." && exit 0
run: |
echo "This is a draft pull request. Exiting."
exit 1
build:
needs: check-draft
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 273e3e3

Please sign in to comment.