File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 88 # Runs on pushes targeting the default branch
99 push :
1010 branches : ["main"]
11+ paths-ignore :
12+ # If there are changes to these files, wait for the update-publications workflow to finish
13+ - " scripts/crawl-publications.ts"
14+ - " .github/workflows/update-publications.yml"
1115
1216 # Allows you to run this workflow manually from the Actions tab
1317 workflow_dispatch :
1418
19+ # Run after update-publications workflow
20+ workflow_run :
21+ workflows : ["Update Publications"]
22+ types :
23+ - completed
24+
1525# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1626permissions :
1727 contents : read
Original file line number Diff line number Diff line change 66 schedule :
77 - cron : " 0 0 * * 0"
88
9+ push :
10+ paths :
11+ - " .github/workflows/update-publications.yml"
12+ - " scripts/crawl-publications.ts"
13+
914 # Allow manual trigger
1015 workflow_dispatch :
1116
You can’t perform that action at this time.
0 commit comments