Skip to content

Commit

Permalink
disable all crons
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Oct 7, 2024
1 parent ad697cd commit a4d2e95
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"enabled": true,
"enabled": false,
"forkProcessing": "enabled",
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-snapshot-release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: nightly-snapshot-release

on:
schedule:
- cron: "0 8 * * *" # Runs daily at 12 AM PST
# schedule:
# - cron: "0 8 * * *" # Runs daily at 12 AM PST
workflow_dispatch: # trigger manually as needed
pull_request:
types:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-uds-badge-verification.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: nightly-uds-badge-verification

on:
schedule:
- cron: "0 11 * * *" # Runs daily at 3 AM PST
# schedule:
# - cron: "0 11 * * *" # Runs daily at 3 AM PST
workflow_dispatch: # trigger manually as needed
pull_request:
paths:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: OpenSSF Scorecared
on:
# Only the default branch is supported.
branch_protection_rule:
schedule:
- cron: '20 3 * * 0' # Every Sunday at 03:20 UTC
# schedule:
# - cron: '20 3 * * 0' # Every Sunday at 03:20 UTC

push:
branches: [ "main" ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly-registry1-flavor-test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: weekly-registry1-flavor-test

on:
schedule:
- cron: "0 8 * * 0" # Run every Sunday at 12 AM PST
# schedule:
# - cron: "0 8 * * 0" # Run every Sunday at 12 AM PST
workflow_dispatch: # trigger manually as needed
pull_request:
types:
Expand Down

0 comments on commit a4d2e95

Please sign in to comment.