We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0331e6 commit 0378af2Copy full SHA for 0378af2
.github/workflows/trigger-update-citation-from-dev.yml
@@ -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