Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 13, 2024
1 parent 5b444fd commit 75dcf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
set_status:
if: github.event.pull_request.draft == true
if: 'github.event.pull_request.draft == true && github.event.type != 'ready_to_review'"
runs-on: ubuntu-latest
permissions: write-all
steps:
Expand Down

0 comments on commit 75dcf27

Please sign in to comment.