Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/ci_weekly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: WIP Placeholder CI Weekly

on:
# For AMD GPU families that expect_failure, we run builds and tests from this scheduled trigger
# schedule:
# - cron: "0 3 * * 0" # Runs weekly at 3 AM UTC Sundays
workflow_dispatch:


jobs:
donothing:
runs-on: ubuntu-latest
if: false
steps:
- run: echo "Skipped"
Loading