Skip to content

Commit

Permalink
ci: suppress redundant tests runs on PR and push
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Sep 13, 2023
1 parent fba7b3a commit 2ff34ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Run Tests
on:
- push
- pull_request
pull_request:
types: [review_requested]
push:

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2ff34ea

Please sign in to comment.