Skip to content

Commit ba26abf

Browse files
[CI] CI weekly placeholder (#1740)
Placeholder to be able to start the workflow from the dedicated branch for CI weekly.
1 parent ed9b8e6 commit ba26abf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci_weekly.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: WIP Placeholder CI Weekly
2+
3+
on:
4+
# For AMD GPU families that expect_failure, we run builds and tests from this scheduled trigger
5+
# schedule:
6+
# - cron: "0 3 * * 0" # Runs weekly at 3 AM UTC Sundays
7+
workflow_dispatch:
8+
9+
10+
jobs:
11+
donothing:
12+
runs-on: ubuntu-latest
13+
if: false
14+
steps:
15+
- run: echo "Skipped"

0 commit comments

Comments
 (0)