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 f7a5f94 commit 77862e0Copy full SHA for 77862e0
1 file changed
.github/workflows/e2e-tests.yml
@@ -6,6 +6,7 @@ on:
6
branches:
7
- main
8
paths:
9
+ - '.github/**' # for testing Github Actions
10
- 'sdk/**'
11
- 'sdk-testing/**'
12
- 'sdk-integration-tests/**'
@@ -14,7 +15,6 @@ on:
14
15
push:
16
17
- - chore/cloud-testing # test
18
19
- '.github/**'
20
@@ -30,7 +30,7 @@ permissions:
30
31
jobs:
32
e2e-tests:
33
-# if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request'
34
env:
35
AWS_REGION: us-west-2
36
runs-on: ubuntu-latest
0 commit comments