We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0205c31 commit 0f3ea33Copy full SHA for 0f3ea33
.github/workflows/continuous-integration-workflow.yml
@@ -4,8 +4,8 @@ on:
4
push:
5
branches:
6
- master
7
- schedule:
8
- - cron: '0 10 * * *' # Once per day at 10am UTC
+ schedule:
+ - cron: '0 10 * * *' # Once per day at 10am UTC
9
10
jobs:
11
build:
0 commit comments