Skip to content

Commit

Permalink
Del bool
Browse files Browse the repository at this point in the history
  • Loading branch information
yhna940 committed Dec 1, 2022
1 parent de5d67d commit aa09fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Fail if draft
if: github.event.pull_request.draft == true
if: github.event.pull_request.draft
run:
exit 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_unit_test_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Fail if draft
if: github.event.pull_request.draft == true
if: github.event.pull_request.draft
run:
exit 1
- name: Paas
Expand Down

0 comments on commit aa09fcf

Please sign in to comment.