Turn off Merge Queue (#6901)

This commit is contained in:
Connor Fitzgerald 2025-01-13 11:51:24 -05:00 committed by GitHub
parent 18471d8e78
commit f6dd3a4ff2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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/**"
]

View File

@ -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/**"
]