We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88fba8 commit 78d4762Copy full SHA for 78d4762
.github/workflows/trigger-integration-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
trigger-on-label:
17
if: github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'test-iiab-integration')
18
runs-on: ubuntu-latest
19
-
+
20
steps:
21
- name: Trigger integration tests
22
uses: peter-evans/repository-dispatch@v2
@@ -31,11 +31,11 @@ jobs:
31
"sha": "${{ github.event.pull_request.head.sha }}",
32
"repo": "${{ github.repository }}"
33
}
34
35
trigger-on-merge:
36
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
37
38
39
40
- name: Trigger post-merge tests
41
0 commit comments