Skip to content

Commit 77862e0

Browse files
committed
test on pull_request
1 parent f7a5f94 commit 77862e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
paths:
9+
- '.github/**' # for testing Github Actions
910
- 'sdk/**'
1011
- 'sdk-testing/**'
1112
- 'sdk-integration-tests/**'
@@ -14,7 +15,6 @@ on:
1415
push:
1516
branches:
1617
- main
17-
- chore/cloud-testing # test
1818
paths:
1919
- '.github/**'
2020
- 'sdk/**'
@@ -30,7 +30,7 @@ permissions:
3030

3131
jobs:
3232
e2e-tests:
33-
# if: github.event_name == 'pull_request'
33+
if: github.event_name == 'pull_request'
3434
env:
3535
AWS_REGION: us-west-2
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)