Skip to content

Commit dd7da1e

Browse files
committed
ci: one-shot OSP report against validation run 26607404315
1 parent 0e106f7 commit dd7da1e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/osp-report.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: OSP Triage Report
22

33
on:
4+
# TEMP(testing): one-shot report against a finished run. REVERT before merge.
5+
push:
6+
branches: [ ci-draft-pause ]
47
workflow_run:
58
workflows: ["Nightly OSP Suite"]
69
types: [completed]
@@ -35,7 +38,7 @@ jobs:
3538
- name: Triage and report
3639
env:
3740
GH_REPO: ${{ github.repository }}
38-
RUN_ID: ${{ github.event_name == 'workflow_dispatch' && inputs.run_id || github.event_name == 'push' && '26594154670' || github.event.workflow_run.id }}
41+
RUN_ID: ${{ github.event_name == 'workflow_dispatch' && inputs.run_id || github.event_name == 'push' && '26607404315' || github.event.workflow_run.id }}
3942
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4043
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4144
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)