Skip to content

Commit 3a4acf7

Browse files
authored
Do not run CI on pushes to github queues (#16913)
2 parents f313d16 + 57bfabc commit 3a4acf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
## - both (tags or tags-ignore) and (branches or branches-ignore),
1515
## - or neither of them.
1616
## But it's important to not have only one or the other.
17+
tags:
18+
- '*'
19+
branches-ignore:
20+
- 'gh-readonly-queue/*'
1721
pull_request:
1822
merge_group:
1923
schedule:

0 commit comments

Comments
 (0)