Skip to content

Commit 59a80a5

Browse files
committed
trigger
1 parent 5fe62b6 commit 59a80a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
push:
88
branches:
99
- main
10-
- '**'
10+
pull_request:
11+
merge_group:
1112

1213

1314
permissions:
@@ -50,7 +51,7 @@ jobs:
5051
run: poetry run pytest -v --timeout=14400 ./${{ matrix.lib }}/${{ matrix.products }}/
5152
- name: Ping on failure
5253
env:
53-
SLACK_WEBHOOK_NIGHTLY: ${{ env.SLACK_WEBHOOK_NIGHTLY }}
54+
SLACK_WEBHOOK_NIGHTLY: ${{ SLACK_WEBHOOK_NIGHTLY }}
5455
FAILED_PRODUCT: "${{ matrix.products }}"
5556
if: ${{ failure() }}
5657
run: |

0 commit comments

Comments
 (0)