We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a9685 commit ddef720Copy full SHA for ddef720
.github/workflows/node.js.yml
@@ -3,7 +3,7 @@ name: Build & Test
3
on:
4
push:
5
schedule:
6
- - cron: '0 0 * * */2' # at 0:00 every two days
+ - cron: '0 6 * * */2' # at 6:00 every two days
7
workflow_dispatch:
8
9
jobs:
0 commit comments