We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8a233 commit e955ed9Copy full SHA for e955ed9
1 file changed
.github/workflows/mkosi-build.yml
@@ -6,6 +6,11 @@ name: Verify mkosi reproducibility
6
7
on:
8
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'
14
15
concurrency:
16
group: mkosi-build-${{ github.ref }}
0 commit comments