Skip to content

Commit c273f54

Browse files
Update build.yml
Fixed schedule in workflow
1 parent 7af8d48 commit c273f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
schedule:
77
#trigger every 2 months
8-
- cron: '0 0 * */2 *'
8+
- cron: '0 0 1 */2 *'
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)