Skip to content

Commit ce2cb63

Browse files
authored
Merge pull request #188 from mcgill-robotics/workflow-comp
Run CI/CD every 30 minutes
2 parents 6f93ebd + 7baa8bf commit ce2cb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/platformio-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88
workflow_dispatch:
99
schedule:
10-
- cron: '0 0,12 * * *' # Runs at 00:00 and 12:00 UTC every day
10+
- cron: '*/30 * * * *'
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)