Skip to content

Commit

Permalink
Merge pull request #382 from richard-cox/disable-cron-jobs
Browse files Browse the repository at this point in the history
Disable cron based workflows
  • Loading branch information
richard-cox committed Dec 19, 2023
2 parents c8a5969 + e236273 commit f761163
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-cleanup-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Backend - Delete old container images

on:
workflow_dispatch:
schedule:
- cron: "0 6 * * *" # every day at 6 in the morning
# schedule:
# - cron: "0 6 * * *" # every day at 6 in the morning

jobs:
clean-ghcr:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/backend-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
- backend/**
- '!backend/README.md'
# nightly
schedule:
- cron: '0 0 * * *'
# schedule:
# - cron: '0 0 * * *'

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release Next

on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
# schedule:
# - cron: '0 1 * * *'

env:
SETUP_GO_VERSION: '1.20'
Expand Down

0 comments on commit f761163

Please sign in to comment.