Skip to content

Commit

Permalink
fix: trigger e2e tests for PR updates only (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Jun 16, 2023
1 parent 59e6651 commit 0600904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: ./.github/workflows/docker_utils.yml
e2e:
needs: docker
if: ${{ github.event_name == "pull_request" }}
runs-on: ubuntu-latest-16-core
steps:
- name: Set environment
Expand Down

0 comments on commit 0600904

Please sign in to comment.