Skip to content

Commit

Permalink
fix e2e workflow to run on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
itsankit-google committed Jan 15, 2025
1 parent 21ed8ff commit 673212b
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 673212b

Please sign in to comment.