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 7af8d48 commit c273f54Copy full SHA for c273f54
.github/workflows/build.yml
@@ -5,7 +5,7 @@ on:
5
workflow_dispatch:
6
schedule:
7
#trigger every 2 months
8
- - cron: '0 0 * */2 *'
+ - cron: '0 0 1 */2 *'
9
jobs:
10
build:
11
runs-on: ubuntu-latest
0 commit comments