We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0feb93c commit f26135cCopy full SHA for f26135c
1 file changed
.github/workflows/xpu_test.yml
@@ -8,6 +8,10 @@ on:
8
push:
9
tags:
10
- ciflow/xpu/*
11
+ workflow_dispatch:
12
+ schedule:
13
+ # Every Saturday at 4 PM UTC
14
+ - cron: '0 16 * * 6'
15
16
permissions:
17
id-token: write
0 commit comments