Skip to content

Commit

Permalink
Remove draft requirement from build-pr.yml (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston authored Oct 4, 2024
1 parent ee04549 commit 3790f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions: write-all

jobs:
build:
if: github.event.pull_request.draft == false && github.event.action != 'closed'
if: github.event.action != 'closed'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 3790f24

Please sign in to comment.