Skip to content

Commit

Permalink
ci (e2e): run e2e tests only on pr events (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Jun 28, 2023
1 parent c426d7c commit 85571bd
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 85571bd

Please sign in to comment.