Skip to content

Commit

Permalink
remove draft logic
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Oct 22, 2024
1 parent 4ba5e4e commit e1288f6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,7 @@ env:
TEST_OS: 'ubuntu-20.04'

jobs:
check-draft:
runs-on: ubuntu-latest
steps:
- name: Exit if draft PR
if: ${{ github.event.pull_request.draft == true }}
run: |
echo "This is a draft pull request. Exiting."
exit 1
build:
needs: check-draft
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit e1288f6

Please sign in to comment.