Skip to content

Commit

Permalink
Should reset once every 3rd hour
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectsByJackHe authored Jan 9, 2025
1 parent d7208a4 commit 8954634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reset-parent-or-child-lab-machine.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: reset-parent-or-child-lab-machine
on:
schedule:
- cron: "0 22-23/3 * * *" # Runs once every 3 hours
- cron: "0 */3 * * *" # Runs once every 3 hours
workflow_dispatch:
inputs:
parent-or-child:
Expand Down

0 comments on commit 8954634

Please sign in to comment.