We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7922c commit 92cc884Copy full SHA for 92cc884
‎.github/workflows/e2e.yaml
@@ -3,7 +3,8 @@ name: End to End Testing
3
on:
4
issue_comment:
5
types: [created]
6
-
+ pull_request:
7
+ types: [labeled]
8
jobs:
9
e2e:
10
uses: upbound/official-providers-ci/.github/workflows/pr-comment-trigger.yml@main
0 commit comments