Skip to content

Commit

Permalink
Revert "ci: run integration tests only on approval of PR"
Browse files Browse the repository at this point in the history
This reverts commit dd96da8.
  • Loading branch information
bernizhel committed Jul 13, 2023
1 parent dd96da8 commit 426894d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Development

on:
push:
branches: [master]
pull_request:
on: [push, pull_request]

jobs:
conventional_commits:
Expand All @@ -15,5 +12,4 @@ jobs:
unit-tests:
uses: ./.github/workflows/unit-tests.yml
integration-tests:
if: github.event.review.state == 'approved'
uses: ./.github/workflows/integration-tests.yml

0 comments on commit 426894d

Please sign in to comment.