Skip to content

Commit af47708

Browse files
authored
♻️ allow running integration tests on dispatch
1 parent 9b4edd5 commit af47708

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_test-integrations.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Integration Test
55

66
on:
77
workflow_call:
8+
workflow_dispatch:
89

910
jobs:
1011
pytest:
@@ -58,4 +59,4 @@ jobs:
5859
notify_when: "failure"
5960
notification_title: "[Python] Integration test '{workflow}' is failing"
6061
env:
61-
SLACK_WEBHOOK_URL: ${{ secrets.PRODUCTION_ISSUES_SLACK_HOOK_URL }}
62+
SLACK_WEBHOOK_URL: ${{ secrets.PRODUCTION_ISSUES_SLACK_HOOK_URL }}

0 commit comments

Comments
 (0)