Skip to content

Commit

Permalink
update how ofter our github action runs (#2986)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfwood authored Feb 14, 2024
2 parents b9c5a5b + e6650a2 commit 7a94b5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This workflow scans CMR every 5 minutes to check for new collection associations to the l2ss-py UMM-S record
# This workflow scans CMR at 1 am pst each 3 days to check for new collection associations to the l2ss-py UMM-S record
# in UAT and OPS. If a new association is found, a PR is opened to add the new collection concept id to the
# cmr/*_associations.txt file.
name: Scan For New Associations
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
- cron: '0 1 */3 * *'

jobs:
find_new:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rerun.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Re-Run Unverified PRs
on:
workflow_dispatch:
schedule:
- cron: '00 5 * * *'
# schedule:
# - cron: '00 5 * * *'

jobs:
send_pull_requests:
Expand Down

0 comments on commit 7a94b5e

Please sign in to comment.