Skip to content

Commit

Permalink
chore(ci): change build and test to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
lihop committed May 10, 2024
1 parent dde96ad commit 8b6caa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Build"
on:
push:
schedule: # Test daily.
- cron: 0 11 * * *
schedule: # Test weekly.
- cron: 9 3 * * wed

jobs:
run-godot:
Expand Down

0 comments on commit 8b6caa6

Please sign in to comment.