Skip to content

Commit 664ae3b

Browse files
committed
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 15251af commit 664ae3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightly-ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
schedule:
55
- cron: '00 08 * * *' # early morning 08:00 AM UTC, which is 1 AM PST/4 AM EST.
66

7+
# concurrency is currently broken, see details https://github.com/actions/runner/issues/1532
8+
#concurrency:
9+
# group: pr-integration-tests-${{ github.event.pull_request.number }}
10+
# cancel-in-progress: true
11+
712
jobs:
813
check_date:
914
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)