There was an error while loading. Please reload this page.
2 parents ef3b759 + 6fe924f commit 7f36745Copy full SHA for 7f36745
1 file changed
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
56
deb-mirror:
57
name: "DEB-MIRROR"
58
- if: ${{ github.event_name != 'pull_request' }}
+ if: ${{ github.event_name != 'pull_request' && github.repository == 'signalwire/libks' }}
59
needs:
60
- deb
61
runs-on: ubuntu-latest
@@ -104,7 +104,7 @@ jobs:
104
105
meta:
106
name: "Publish build data to meta-repo"
107
108
109
110
- deb-mirror
0 commit comments