Skip to content

Commit 0378af2

Browse files
committed
Create trigger-update-citation-from-dev.yml
1 parent e0331e6 commit 0378af2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Trigger Update Citations (Main)
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * 1" # Monday
6+
- cron: "0 0 * * 3" # Wednesday
7+
- cron: "0 0 * * 5" # Friday
8+
9+
# Optional: Allow manual trigger from main
10+
workflow_dispatch:
11+
12+
jobs:
13+
call-dev-workflow:
14+
# SYNTAX: owner/repo/path/to/file@branch_name
15+
uses: SustainableUrbanSystemsLab/SustainableUrbanSystemsLab.github.io/.github/workflows/update-citations.yml@dev
16+
17+
# Pass secrets if your workflow pushes changes or uses tokens
18+
secrets: inherit

0 commit comments

Comments
 (0)