We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e994ae commit e64ad88Copy full SHA for e64ad88
.github/workflows/bot-workflows.yml
@@ -1,10 +1,12 @@
1
name: PythonBot - Workflow Failure Notifier
2
3
-on:
+on:
4
workflow_dispatch:
5
workflow_run:
6
workflows:
7
- "PR Formatting"
8
+ - "Hiero Solo Integration Tests"
9
+ - "Run Examples"
10
types:
11
- completed
12
@@ -18,8 +20,6 @@ jobs:
18
20
runs-on: ubuntu-latest
19
21
steps:
22
- name: Get associated PR number
- env:
- GH_TOKEN: ${{ secrets.PAT_TOKEN }}
23
id: get-pr
24
run: |
25
# Get "id" from the workflow run
0 commit comments