We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
branches-ignore
1 parent 8eaea70 commit 05655e9Copy full SHA for 05655e9
.github/workflows/rust.yml
@@ -19,6 +19,9 @@ name: Rust
19
20
on:
21
push:
22
+ # When PR is in the Merge Queue, GitHub will create a temporary branch - but we already have a
23
+ # CI running because of `merge_group`
24
+ # https://github.com/orgs/community/discussions/15254
25
branches-ignore:
26
- 'gh-readonly-queue/**'
27
pull_request:
0 commit comments