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 9b4edd5 commit af47708Copy full SHA for af47708
.github/workflows/_test-integrations.yml
@@ -5,6 +5,7 @@ name: Integration Test
5
6
on:
7
workflow_call:
8
+ workflow_dispatch:
9
10
jobs:
11
pytest:
@@ -58,4 +59,4 @@ jobs:
58
59
notify_when: "failure"
60
notification_title: "[Python] Integration test '{workflow}' is failing"
61
env:
- SLACK_WEBHOOK_URL: ${{ secrets.PRODUCTION_ISSUES_SLACK_HOOK_URL }}
62
+ SLACK_WEBHOOK_URL: ${{ secrets.PRODUCTION_ISSUES_SLACK_HOOK_URL }}
0 commit comments