Skip to content

Commit

Permalink
make sankey and artifact rebuild happen weekly as well as on push to …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
sierra-moxon committed Oct 4, 2024
1 parent 08274d9 commit 6585de1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-main-regenerate-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- main
schedule:
- cron: '0 5 * * 1' # at 05:00 UTC every Monday
workflow_dispatch:
types: trigger-build-artifacts

Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/weekly-url-check.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Check Infores Catalog Links
name: Check Infores Catalog Links and Regenerate Artifacts
on:
pull_request:
schedule:
- cron: '0 5 * * 1' # at 05:00 UTC every Monday
- cron: '0 7 * * 1' # at 07:00 UTC every Monday
workflow_dispatch:
types: trigger-url-check

jobs:
check-external-links:
Expand All @@ -28,7 +29,3 @@ jobs:
- name: Run URL validation
run: |
make validate_infores
- name: Regenerate Sankey
run: |
make sankey

0 comments on commit 6585de1

Please sign in to comment.