We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88b9d5 commit a0240edCopy full SHA for a0240ed
.github/workflows/daily.yml
@@ -0,0 +1,27 @@
1
+# SPDX-FileCopyrightText: Intel Corporation
2
+#
3
+# SPDX-License-Identifier: BSD-3-Clause
4
+
5
+name: Daily
6
7
+on:
8
+ push:
9
+ branches:
10
+ - main
11
12
+ pull_request:
13
+ workflow_dispatch:
14
+ # 8am UTC is 12am PST, 1am PDT
15
+ schedule:
16
+ - cron: '0 8 * * *'
17
18
+jobs:
19
+ checks:
20
+ runs-on: devcloud
21
+ env:
22
+ CXX: icpx
23
+ CC: icx
24
+ steps:
25
+ - uses: actions/checkout@v4
26
+ - name: Build & Run
27
+ run: srun -p pvc-shared -w idc-beta-batch-pvc-node-12 scripts/daily.sh
scripts/daily.sh
100644
100755
0 commit comments