Skip to content

Commit

Permalink
fix: remove approved pull request condition from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 13, 2024
1 parent 23d7ec4 commit 89bde08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- dev
- main
types:
types:
- opened
- edited
- synchronize
Expand All @@ -18,7 +18,6 @@ on:

jobs:
lints:
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
steps:
- name: Check out files from GitHub
Expand Down

0 comments on commit 89bde08

Please sign in to comment.