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 0e106f7 commit dd7da1eCopy full SHA for dd7da1e
1 file changed
.github/workflows/osp-report.yml
@@ -1,6 +1,9 @@
1
name: OSP Triage Report
2
3
on:
4
+ # TEMP(testing): one-shot report against a finished run. REVERT before merge.
5
+ push:
6
+ branches: [ ci-draft-pause ]
7
workflow_run:
8
workflows: ["Nightly OSP Suite"]
9
types: [completed]
@@ -35,7 +38,7 @@ jobs:
35
38
- name: Triage and report
36
39
env:
37
40
GH_REPO: ${{ github.repository }}
- 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 }}
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
44
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
0 commit comments