Skip to content

Commit

Permalink
👷 Don't re-run CI when PR is marked ready_for_review
Browse files Browse the repository at this point in the history
Also re-format the release-types: published trigger
  • Loading branch information
weiji14 committed Feb 29, 2024
1 parent b214884 commit 4856c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ on:
# performance analysis in order to generate initial data.
workflow_dispatch:
release:
types:
- published
types: [ published ]

jobs:
benchmarks:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
push:
branches: [ "main" ]
release:
types: [published]
types: [ published ]
pull_request:
types: [opened, ready_for_review, reopened, synchronize]
types: [ opened, reopened, synchronize ]
branches: [ "main" ]

permissions:
Expand Down

0 comments on commit 4856c7b

Please sign in to comment.