Update CI triggers (#7983)

This commit is contained in:
Connor Fitzgerald 2025-07-21 18:56:42 -04:00 committed by GitHub
parent 942e59eabc
commit 601c4238b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 26 additions and 12 deletions

View File

@ -3,12 +3,13 @@ name: CI
on:
push:
branches-ignore: [
# We don't need to run on renovate PRs.
# Renovate branches are always PRs, so they will be covered
# by the pull_request event.
"renovate/**",
# This is the branch the merge queue creates.
# Branches with the `gh-readonly-queue` prefix are used by the
# merge queue, so they are already covered by the `merge_group` event.
"gh-readonly-queue/**",
]
tags: [v0.*]
pull_request:
merge_group:

View File

@ -1,11 +1,17 @@
name: CTS
on:
push:
branches-ignore: [
# Renovate branches are always PRs, so they will be covered
# by the pull_request event.
"renovate/**",
# Branches with the `gh-readonly-queue` prefix are used by the
# merge queue, so they are already covered by the `merge_group` event.
"gh-readonly-queue/**",
]
pull_request:
types: [labeled, opened, synchronize]
schedule:
- cron: "33 2 * * *"
workflow_dispatch:
merge_group:
env:
CARGO_INCREMENTAL: false

View File

@ -2,8 +2,14 @@ name: cargo-generate
on:
push:
branches: ["*"]
tags: [v0.*]
branches-ignore: [
# Renovate branches are always PRs, so they will be covered
# by the pull_request event.
"renovate/**",
# Branches with the `gh-readonly-queue` prefix are used by the
# merge queue, so they are already covered by the `merge_group` event.
"gh-readonly-queue/**",
]
pull_request:
merge_group:

View File

@ -3,12 +3,13 @@ name: Shaders
on:
push:
branches-ignore: [
# We don't need to run on renovate PRs.
# Renovate branches are always PRs, so they will be covered
# by the pull_request event.
"renovate/**",
# This is the branch the merge queue creates.
# Branches with the `gh-readonly-queue` prefix are used by the
# merge queue, so they are already covered by the `merge_group` event.
"gh-readonly-queue/**",
]
tags: [v0.*]
pull_request:
merge_group: