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 6e72173 commit def184eCopy full SHA for def184e
.github/workflows/nightly_performance_score_director.yml
@@ -0,0 +1,14 @@
1
+name: Schedule a nightly run of the Score Director performance benchmark
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 0 * * *' # Every day at the start of the day
6
7
+jobs:
8
+ trigger:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Schedule the other workflow
12
+ shell: bash
13
+ run: |
14
+ echo '{}' | gh workflow run performance_score_director.yml --json
.github/workflows/turtle.yml
@@ -2,7 +2,7 @@ name: Turtle Tests
on:
schedule:
- - cron: '0 2 * * *' # Every day at 2am UTC
+ - cron: '0 3 * * *' # Every day at 3am UTC
jobs:
test:
0 commit comments