mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Update CI triggers (#7983)
This commit is contained in:
parent
942e59eabc
commit
601c4238b3
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
|
||||
14
.github/workflows/cts.yml
vendored
14
.github/workflows/cts.yml
vendored
@ -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
|
||||
|
||||
10
.github/workflows/generate.yml
vendored
10
.github/workflows/generate.yml
vendored
@ -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:
|
||||
|
||||
|
||||
7
.github/workflows/shaders.yml
vendored
7
.github/workflows/shaders.yml
vendored
@ -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:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user