Compare commits

..

1 Commits

Author SHA1 Message Date
0ed7fa6747
test: on-demand integration tests
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2025-03-16 13:09:39 +01:00

View File

@ -79,12 +79,9 @@ steps:
sh run-ci-int sh run-ci-int
when: when:
event: event:
- push - pull_request
ref: ref:
- refs/pull/int-* - refs/pull/int-*
branch:
exclude:
- main
depends_on: depends_on:
- make check - make check
- make test - make test