Skip to content

Commit f6dd3a4

Browse files
authored
Turn off Merge Queue (#6901)
1 parent 18471d8 commit f6dd3a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: CI
33
on:
44
push:
55
branches-ignore: [
6-
# CI is running on the merge queue, so we don't need to run on trunk at all.
7-
"trunk",
6+
# We don't need to run on dependabot PRs.
7+
"dependabot/**",
88
# This is the branch the merge queue creates.
99
"gh-readonly-queue/**"
1010
]

.github/workflows/shaders.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Shaders
33
on:
44
push:
55
branches-ignore: [
6-
# CI is running on the merge queue, so we don't need to run on trunk at all.
7-
"trunk",
6+
# We don't need to run on dependabot PRs.
7+
"dependabot/**",
88
# This is the branch the merge queue creates.
99
"gh-readonly-queue/**"
1010
]

0 commit comments

Comments
 (0)