Skip to content

Commit

Permalink
disable cron workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eai04191 committed Oct 14, 2024
1 parent e473ae5 commit 5d8fa0c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build nightly container image
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
# schedule:
# - cron: '0 2 * * *' # run at 2 AM UTC

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bundler-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
- '.ruby-version'
- '.github/workflows/bundler-audit.yml'

schedule:
- cron: '0 5 * * 1'
# schedule:
# - cron: '0 5 * * 1'

jobs:
security:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
branches:
- 'main'
- 'stable-*'
schedule:
- cron: '22 6 * * 1'
# schedule:
# - cron: '22 6 * * 1'

jobs:
analyze:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/crowdin-download.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Crowdin / Download translations
on:
schedule:
- cron: '17 4 * * *' # Every day
# schedule:
# - cron: '17 4 * * *' # Every day
workflow_dispatch:

permissions:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/rebase-needed.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: PR Needs Rebase

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

permissions:
pull-requests: write
Expand Down

0 comments on commit 5d8fa0c

Please sign in to comment.