ci: also run the integration tests on manual run.

This commit is contained in:
Alexandre Pujol 2025-08-15 18:38:46 +02:00
parent b0c661931a
commit c0de5ff71d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -83,7 +83,7 @@ jobs:
tests: tests:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
needs: build needs: build
if: github.ref == 'refs/heads/dev' if: github.ref_name == 'dev' || github.event_name == 'workflow_dispatch'
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4