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 24b436e commit 53e5174Copy full SHA for 53e5174
.github/workflows/nightly-ci.yml
@@ -5,16 +5,11 @@ name: Nightly CI pipeline
5
6
on:
7
schedule:
8
- - cron: '0 8 * * *'
9
- workflow_dispatch:
10
-
11
-concurrency:
12
- group: ${{ github.workflow }}-nightly-${{ github.run_id }}
13
- cancel-in-progress: false
+ - cron: '0 8 * * *' # Every day at 12:00 AM PST (08:00 UTC)
+ workflow_dispatch: # TODO remove this after testing
14
15
permissions:
16
contents: read
17
- id-token: write
18
19
defaults:
20
run:
0 commit comments