Skip to content

Commit

Permalink
Merge pull request #1491 from data-integrations/update-e2e-workflow
Browse files Browse the repository at this point in the history
fix e2e workflow to run on release branches
  • Loading branch information
itsankit-google authored Jan 15, 2025
2 parents 60f3ba0 + 3b9d1ba commit 216d2c6
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 @@ -61,6 +61,7 @@ jobs:
with:
repository: cdapio/cdap-e2e-tests
path: e2e
ref: release/6.11
- name: Cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 216d2c6

Please sign in to comment.