tests: fix integration tests not running on push

The integration test filter syntax was restrictive and disabled
running them on push.
This commit is contained in:
Yusuke Tsutsumi 2022-12-04 20:07:26 +00:00 committed by Yusuke Tsutsumi
parent eab8b1fb7b
commit 4c90fac19f

View file

@ -11,7 +11,7 @@ jobs:
# NOTE: GitHub does not allow secrets to be used
# in PRs sent from forks. As such, this configuration is for
# PRs that the maintainers would like to send to test.
if: github.event.pull_request.head.repo.full_name == github.repository
if: github.event.push != null || github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
defaults:
run: