ci: add test for rocky9 #1

Merged
xoxys merged 3 commits from rocky-9 into main 2023-07-28 21:59:02 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 01e1b5f008 - Show all commits

View File

@ -71,7 +71,7 @@ local PipelineDeployment(scenario='rocky9') = {
'linting', 'linting',
], ],
trigger: { trigger: {
ref: ['refs/heads/main', 'refs/tags/**'], ref: ['refs/heads/main', 'refs/tags/**', 'refs/pull/**'],
}, },
}; };

View File

@ -62,6 +62,7 @@ trigger:
ref: ref:
- refs/heads/main - refs/heads/main
- refs/tags/** - refs/tags/**
- refs/pull/**
depends_on: depends_on:
- linting - linting
@ -147,6 +148,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: c29456b152af21f872f70b8477cc3ac8edadb3e058c994cbc564319a66469851 hmac: 81536c79ea3dcf2f503450427b9aa5faeb29d613cb1da19b8605010295561341
... ...