We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15251af commit 664ae3bCopy full SHA for 664ae3b
.github/workflows/nightly-ci.yml
@@ -4,6 +4,11 @@ on:
4
schedule:
5
- cron: '00 08 * * *' # early morning 08:00 AM UTC, which is 1 AM PST/4 AM EST.
6
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
+
12
jobs:
13
check_date:
14
runs-on: ubuntu-latest
0 commit comments