File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 description : ' S3 prefix to publish under (use e.g. github-dashboard-test when verifying from a branch)'
2323 required : false
2424 default : ' github-dashboard'
25+ # TEMPORARY — REMOVE BEFORE MERGING TO MAIN.
26+ # workflow_dispatch can't be triggered from a branch until the workflow file
27+ # exists on main; pull_request has no such restriction, so this lets PR #772
28+ # actually run to verify these changes. Scoped to this script's own paths so
29+ # it doesn't fire on unrelated PRs — but every push here still publishes for
30+ # real to s3://kaleidos-qa-reports/github-dashboard/latest/ and posts to the
31+ # real Mattermost channel (pull_request has no s3_prefix input to redirect it).
32+ pull_request :
33+ paths :
34+ - ' .github/workflows/github-dashboard.yml'
35+ - ' scripts/github-dashboard/**'
2536
2637permissions :
2738 contents : read
You can’t perform that action at this time.
0 commit comments