Compare commits

..

1 Commits

Author SHA1 Message Date
1267203c44
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:04:05 +01:00

View File

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