Skip to content

Commit 7f36745

Browse files
authored
Merge pull request #261 from signalwire/gha-forks
[GHA] Skip mirror and meta jobs on public forks
2 parents ef3b759 + 6fe924f commit 7f36745

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
deb-mirror:
5757
name: "DEB-MIRROR"
58-
if: ${{ github.event_name != 'pull_request' }}
58+
if: ${{ github.event_name != 'pull_request' && github.repository == 'signalwire/libks' }}
5959
needs:
6060
- deb
6161
runs-on: ubuntu-latest
@@ -104,7 +104,7 @@ jobs:
104104

105105
meta:
106106
name: "Publish build data to meta-repo"
107-
if: ${{ github.event_name != 'pull_request' }}
107+
if: ${{ github.event_name != 'pull_request' && github.repository == 'signalwire/libks' }}
108108
needs:
109109
- deb
110110
- deb-mirror

0 commit comments

Comments
 (0)