Skip to content

Commit f85bf3c

Browse files
committed
chore: update cleanup to run hourly
1 parent adbf3a0 commit f85bf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup-atlas-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Cleanup stale Atlas test environments"
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "0 * * * *"
77

88
permissions: {}
99

0 commit comments

Comments
 (0)