Skip to content

Commit e64ad88

Browse files
committed
expand workflow to include other tests
1 parent 7e994ae commit e64ad88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bot-workflows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: PythonBot - Workflow Failure Notifier
22

3-
on:
3+
on:
44
workflow_dispatch:
55
workflow_run:
66
workflows:
77
- "PR Formatting"
8+
- "Hiero Solo Integration Tests"
9+
- "Run Examples"
810
types:
911
- completed
1012

@@ -18,8 +20,6 @@ jobs:
1820
runs-on: ubuntu-latest
1921
steps:
2022
- name: Get associated PR number
21-
env:
22-
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
2323
id: get-pr
2424
run: |
2525
# Get "id" from the workflow run

0 commit comments

Comments
 (0)