Skip to content

Commit 53e5174

Browse files
committed
address review comments
Signed-off-by: pvijayakrish <[email protected]>
1 parent 24b436e commit 53e5174

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/nightly-ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,11 @@ name: Nightly CI pipeline
55

66
on:
77
schedule:
8-
- cron: '0 8 * * *'
9-
workflow_dispatch:
10-
11-
concurrency:
12-
group: ${{ github.workflow }}-nightly-${{ github.run_id }}
13-
cancel-in-progress: false
8+
- cron: '0 8 * * *' # Every day at 12:00 AM PST (08:00 UTC)
9+
workflow_dispatch: # TODO remove this after testing
1410

1511
permissions:
1612
contents: read
17-
id-token: write
1813

1914
defaults:
2015
run:

0 commit comments

Comments
 (0)