Skip to content

Commit

Permalink
Update schedule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn authored Apr 25, 2024
1 parent 55da995 commit ad229f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Scheduled

on:
schedule:
¦ - cron: '30 10 * * 4'
- cron: '30 10 * * 4'

jobs:
build:
Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
pio pkg update
- name: PlatformIO Build Test
run: |
pio run
pio run

0 comments on commit ad229f5

Please sign in to comment.