Testing dry run trigger

The trigger is [ci dryrun]
This commit is contained in:
TC Johnson 2024-04-29 16:26:13 -05:00
parent bd4600576f
commit 37dbe70e05
No known key found for this signature in database

View File

@ -295,4 +295,6 @@ dryrun_delete_build_machines:
- bash scripts/cicd/build-orchestration/build-machine-ctrl.sh delete arm64-deb
- bash scripts/cicd/build-orchestration/build-machine-ctrl.sh delete amd64-rpm
rules:
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
# Added to test commit message dry run trigger