Skip to content

Commit

Permalink
Merge pull request #469 from data-integrations/update-e2e-branch
Browse files Browse the repository at this point in the history
update e2e branch
  • Loading branch information
itsankit-google authored Oct 30, 2023
2 parents 6e032cc + 18cce69 commit 2b99063
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ name: Build e2e tests

on:
push:
branches: [ develop ]
branches: [ develop, release/* ]
pull_request:
branches: [ develop ]
branches: [ develop, release/* ]
types: [ opened, synchronize, reopened, labeled ]
workflow_dispatch:

Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
with:
repository: cdapio/cdap-e2e-tests
path: e2e
ref: release/6.10

- name: Cache
uses: actions/cache@v3
Expand Down

0 comments on commit 2b99063

Please sign in to comment.