Skip to content

Commit

Permalink
fix yml syntax issue on cron statment
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jul 29, 2022
1 parent 615aa20 commit 830cdb9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: PlatformIO

on:
schedule:
- cron: '0 12 * * 4'

on:
push:
branches:
Expand All @@ -13,6 +9,9 @@ on:
branches:
- master

schedule:
- cron: '0 13 * * 4'

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 830cdb9

Please sign in to comment.