Skip to content

Commit

Permalink
Run cdap-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipinofficial11 committed Nov 7, 2023
1 parent 2b740e3 commit df2ed4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ on:
jobs:
build:
runs-on: self-hosted
container:
image: alpine/git:2.18.0
# We allow builds:
# 1) When triggered manually
# 2) When it's a merge into a branch
Expand All @@ -50,7 +48,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: plugin
submodules: true
submodules: 'recursive'
ref: ${{ github.event.workflow_run.head_sha }}

- uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721
Expand Down

0 comments on commit df2ed4a

Please sign in to comment.