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 32e03c7 commit 31477ebCopy full SHA for 31477eb
.github/workflows/generate-base-files-info-json.yml
@@ -1,9 +1,9 @@
1
name: "Update base-files package info"
2
-# Trigger this workflow on a manual dispatch or a scheduled time
+# Trigger this in a train (from generate-jira-excerpt.yml)
3
on:
4
- workflow_dispatch: # Manually triggered via GitHub Actions UI
5
- schedule:
6
- - cron: '0 * * * *' # Run every hour
+ repository_dispatch:
+ types: ["Base files"]
+
7
jobs:
8
run-script:
9
runs-on: ubuntu-latest
0 commit comments