Skip to content

Commit e955ed9

Browse files
committed
ci(os): bootstrap hosted mkosi verification
1 parent 1e8a233 commit e955ed9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/mkosi-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ name: Verify mkosi reproducibility
66

77
on:
88
workflow_dispatch:
9+
# Bootstrap this new workflow once before it exists on the default branch.
10+
# Remove this trigger after the hosted-runner baseline check completes.
11+
pull_request:
12+
paths:
13+
- '.github/workflows/mkosi-build.yml'
914

1015
concurrency:
1116
group: mkosi-build-${{ github.ref }}

0 commit comments

Comments
 (0)