mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Turn off Merge Queue (#6901)
This commit is contained in:
parent
18471d8e78
commit
f6dd3a4ff2
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -3,8 +3,8 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [
|
||||
# CI is running on the merge queue, so we don't need to run on trunk at all.
|
||||
"trunk",
|
||||
# We don't need to run on dependabot PRs.
|
||||
"dependabot/**",
|
||||
# This is the branch the merge queue creates.
|
||||
"gh-readonly-queue/**"
|
||||
]
|
||||
|
||||
4
.github/workflows/shaders.yml
vendored
4
.github/workflows/shaders.yml
vendored
@ -3,8 +3,8 @@ name: Shaders
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [
|
||||
# CI is running on the merge queue, so we don't need to run on trunk at all.
|
||||
"trunk",
|
||||
# We don't need to run on dependabot PRs.
|
||||
"dependabot/**",
|
||||
# This is the branch the merge queue creates.
|
||||
"gh-readonly-queue/**"
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user