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.
2 parents ad045c3 + 6e0a31a commit 5bc2110Copy full SHA for 5bc2110
.github/workflows/trigger-rebuild-repo-package.yml
@@ -43,3 +43,16 @@ jobs:
43
REMOTE_REUSE_REPO: ${{ secrets.REMOTE_REUSE_REPO }}
44
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
45
PAT: ${{ secrets.PAT }}
46
+
47
+ trigger-build-linux-kernel:
48
+ needs: get_repo_name
49
+ if: needs.get_repo_name.outputs.vpp_changed == 'true'
50
+ uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current
51
+ with:
52
+ branch: ${{ github.ref_name }}
53
+ package_name: linux-kernel # Accel-ppp-ng (rely on VPP) can be build by this trigger
54
+ secrets:
55
+ REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
56
+ REMOTE_REUSE_REPO: ${{ secrets.REMOTE_REUSE_REPO }}
57
+ GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
58
+ PAT: ${{ secrets.PAT }}
0 commit comments