Skip to content

Commit 4d8bda7

Browse files
committed
Update (base update)
[ghstack-poisoned]
1 parent 992b446 commit 4d8bda7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test-webgpu-native.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ name: Test WebGPU Native (Dawn)
77
# CPU runner -- separate from _test_backend.yml so that reusable template stays
88
# untouched.
99

10+
# Nightly-only for now: this job builds SwiftShader from source (vendored LLVM),
11+
# which is too expensive to run on every PR while the workflow's reliability is
12+
# still being established. Once it has proven stable, re-enable a scoped PR
13+
# trigger with a paths: filter (backends/webgpu/**, the webgpu CI scripts, and
14+
# this file). The pull_request-aware ref/concurrency expressions below are kept
15+
# intentionally so that re-enable is a one-line change.
1016
on:
1117
schedule:
1218
- cron: 0 2 * * *
@@ -16,7 +22,6 @@ on:
1622
- release/*
1723
tags:
1824
- ciflow/nightly/*
19-
pull_request:
2025
workflow_dispatch:
2126

2227
concurrency:

0 commit comments

Comments
 (0)