Skip to content

Commit 1d3ea47

Browse files
feat(to-delete): temorary run workflow on pull_request
1 parent 6924ebf commit 1d3ea47

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/github-dashboard.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ on:
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

2637
permissions:
2738
contents: read

0 commit comments

Comments
 (0)