Skip to content

Commit

Permalink
Disable cron
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedobbelaere committed Jun 1, 2023
1 parent f82d7a4 commit 2851531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-demo.yml
Expand Up @@ -3,9 +3,9 @@ on:
push:
branches:
- master
schedule:
- cron: "30 6 * * *" # Runs at 06:30 UTC every day
- cron: "30 18 * * *" # Runs at 18:30 UTC every day
# schedule:
# - cron: "30 6 * * *" # Runs at 06:30 UTC every day
# - cron: "30 18 * * *" # Runs at 18:30 UTC every day

concurrency:
group: 'deploy-demo-${{ github.head_ref || github.ref }}'
Expand Down

0 comments on commit 2851531

Please sign in to comment.