Skip to content

Commit

Permalink
Github actions: do not run E2E tests upon merge into master
Browse files Browse the repository at this point in the history
  • Loading branch information
giorio94 authored and adamjensenbot committed Jun 10, 2022
1 parent 041e6a5 commit 2429929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
e2e-test-trigger:
runs-on: ubuntu-latest
needs: [build, configure, liqoctl]
if: github.event.client_payload.slash_command.command == 'test' || github.event_name == 'push'
if: github.event.client_payload.slash_command.command == 'test'
steps:

- name: Notify Event to E2E Tests
Expand Down

0 comments on commit 2429929

Please sign in to comment.