File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ name: Clippy Checks
7
7
# Only run when:
8
8
# - PRs are (re)opened against develop branch
9
9
on :
10
+ merge_group :
11
+ types :
12
+ - checks_requested
10
13
pull_request :
11
14
branches :
12
15
- develop
34
37
components : clippy
35
38
- name : Clippy
36
39
id : clippy
37
- run : cargo clippy-stacks
40
+ run : cargo clippy-stacks
Original file line number Diff line number Diff line change @@ -164,8 +164,11 @@ jobs:
164
164
# # Create the downstream PR for the release branch to master,develop
165
165
create-pr :
166
166
if : |
167
- inputs.node_tag != '' ||
168
- inputs.signer_tag != ''
167
+ !contains(github.ref, '-rc') &&
168
+ (
169
+ inputs.node_tag != '' ||
170
+ inputs.signer_tag != ''
171
+ )
169
172
name : Create Downstream PR (${{ github.ref_name }})
170
173
runs-on : ubuntu-latest
171
174
needs :
You can’t perform that action at this time.
0 commit comments