Skip to content

Commit

Permalink
Update cherry-picks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Aug 16, 2022
1 parent 7816a69 commit 08f0983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cherry-picks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
(github.event.pull_request.merged == true)
&& (
(contains(github.event.pull_request.labels.*.name, 'sve'))
(contains(github.event.pull_request.labels.*.name, 'spec'))
(contains(github.event.pull_request.labels.*.name, 'request sve'))
(contains(github.event.pull_request.labels.*.name, 'cert blocker'))
|| (contains(github.event.pull_request.labels.*.name, 'spec'))
|| (contains(github.event.pull_request.labels.*.name, 'request sve'))
|| (contains(github.event.pull_request.labels.*.name, 'cert blocker'))
)
steps:
- name: Checkout
Expand Down

0 comments on commit 08f0983

Please sign in to comment.