Skip to content

Commit

Permalink
Don't run e2e tests on PRs (#540)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jasonhall@redhat.com>
  • Loading branch information
imjasonh committed Aug 13, 2021
1 parent 3b5c238 commit e2cafee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

name: e2e-tests

# Run on every push and PR, and allow it to be run manually.
on: [push, pull_request, workflow_dispatch]
# Run on every push, and allow it to be run manually.
on: [push, workflow_dispatch]

jobs:
e2e-tests:
Expand Down

0 comments on commit e2cafee

Please sign in to comment.