Skip to content

Commit ab0a11b

Browse files
authored
Disable scheduled deployment for staging
Comment out the scheduled cron job for deployment.
1 parent 0ab5cb4 commit ab0a11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- hetzner/staging
7-
schedule:
8-
- cron: '0 7 * * *'
7+
#schedule:
8+
# - cron: '0 7 * * *'
99

1010
concurrency:
1111
group: deploy-frontend-staging

0 commit comments

Comments
 (0)