Skip to content

Commit 31477eb

Browse files
committed
Update generate-base-files-info-json.yml
1 parent 32e03c7 commit 31477eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generate-base-files-info-json.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "Update base-files package info"
2-
# Trigger this workflow on a manual dispatch or a scheduled time
2+
# Trigger this in a train (from generate-jira-excerpt.yml)
33
on:
4-
workflow_dispatch: # Manually triggered via GitHub Actions UI
5-
schedule:
6-
- cron: '0 * * * *' # Run every hour
4+
repository_dispatch:
5+
types: ["Base files"]
6+
77
jobs:
88
run-script:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)