Skip to content

Commit 05655e9

Browse files
committed
Add a note on branches-ignore
1 parent 8eaea70 commit 05655e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ name: Rust
1919

2020
on:
2121
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
2225
branches-ignore:
2326
- 'gh-readonly-queue/**'
2427
pull_request:

0 commit comments

Comments
 (0)