ci: only run integration tests on dev branch.
This commit is contained in:
parent
7523a15f5b
commit
bfec8edd38
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -81,6 +81,7 @@ jobs:
|
|||
tests:
|
||||
runs-on: ubuntu-24.04
|
||||
needs: build
|
||||
if: github.ref == 'refs/heads/dev'
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue