Allow tests to run on all events
Remove condition to run tests only on pull requests.
This commit is contained in:
parent
fe4d74189a
commit
bbbf13c58c
1
.github/workflows/packages.yml
vendored
1
.github/workflows/packages.yml
vendored
|
|
@ -37,7 +37,6 @@ jobs:
|
|||
name: Test with coverage
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue