Compare commits

..

1 Commits

Author SHA1 Message Date
334205be93
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:07:23 +01:00

View File

@ -78,15 +78,16 @@ steps:
chmod +x run-ci-int chmod +x run-ci-int
sh run-ci-int sh run-ci-int
when: when:
include: event:
event: - push
- push ref:
ref: - refs/pull/int-*
- refs/pull/int-*
trigger:
branch: branch:
exclude: exclude:
- main - main
depends_on:
- make check
- make test
- name: nightly integration test - name: nightly integration test
image: appleboy/drone-ssh image: appleboy/drone-ssh