build: always run test job (#739)

build: always run tests
This commit is contained in:
ze0s 2023-03-05 17:41:57 +01:00 committed by GitHub
parent 67ff1058e9
commit 6ac3cc79c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,6 @@ jobs:
test: test:
name: Test name: Test
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: web needs: web
steps: steps: