Skip to content

Commit c257853

Browse files
authored
Don't run CI on ready_for_review (#17)
1 parent fa002f0 commit c257853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
branches: [ "main" ]
2222
pull_request:
2323
branches: [ "main" ]
24-
types: [opened, reopened, synchronize, ready_for_review]
24+
types: [opened, reopened, synchronize]
2525
# Pushing changes to PR stops currently-running CI
2626
concurrency:
2727
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)