ci: also run the integration tests on manual run.
This commit is contained in:
parent
b0c661931a
commit
c0de5ff71d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
tests:
|
||||
runs-on: ubuntu-24.04
|
||||
needs: build
|
||||
if: github.ref == 'refs/heads/dev'
|
||||
if: github.ref_name == 'dev' || github.event_name == 'workflow_dispatch'
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue