Skip to content

Commit

Permalink
disable all crons, pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Oct 7, 2024
1 parent a4d2e95 commit a32acfe
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/nightly-snapshot-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
# schedule:
# - cron: "0 8 * * *" # Runs daily at 12 AM PST
workflow_dispatch: # trigger manually as needed
pull_request:
types:
- opened # default trigger
- reopened # default trigger
- synchronize # default trigger
- ready_for_review # don't run on draft PRs
- milestoned # allows us to trigger on bot PRs
paths:
- .github/workflows/nightly-snapshot-release.yaml
# pull_request:
# types:
# - opened # default trigger
# - reopened # default trigger
# - synchronize # default trigger
# - ready_for_review # don't run on draft PRs
# - milestoned # allows us to trigger on bot PRs
# paths:
# - .github/workflows/nightly-snapshot-release.yaml

concurrency:
group: nightly-snapshot-release-${{ github.ref }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nightly-uds-badge-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
# schedule:
# - cron: "0 11 * * *" # Runs daily at 3 AM PST
workflow_dispatch: # trigger manually as needed
pull_request:
paths:
- .github/workflows/nightly-uds-badge-verification.yaml
- tasks.yaml
# pull_request:
# paths:
# - .github/workflows/nightly-uds-badge-verification.yaml
# - tasks.yaml

concurrency:
group: nightly-uds-badge-verification-${{ github.ref }}
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/weekly-registry1-flavor-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
# schedule:
# - cron: "0 8 * * 0" # Run every Sunday at 12 AM PST
workflow_dispatch: # trigger manually as needed
pull_request:
types:
- opened # default trigger
- reopened # default trigger
- synchronize # default trigger
- ready_for_review # don't run on draft PRs
- milestoned # allows us to trigger on bot PRs
paths:
- .github/workflows/weekly-registry1-flavor-test.yaml
- bundles/latest/**
# pull_request:
# types:
# - opened # default trigger
# - reopened # default trigger
# - synchronize # default trigger
# - ready_for_review # don't run on draft PRs
# - milestoned # allows us to trigger on bot PRs
# paths:
# - .github/workflows/weekly-registry1-flavor-test.yaml
# - bundles/latest/**

concurrency:
group: weekly-registry1-flavor-test-${{ github.ref }}
Expand Down

0 comments on commit a32acfe

Please sign in to comment.