]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[GHA] Pin workflow to repository. 2508/head
authors3rj1k <evasive.gyron@gmail.com>
Tue, 25 Jun 2024 20:15:53 +0000 (22:15 +0200)
committers3rj1k <evasive.gyron@gmail.com>
Tue, 25 Jun 2024 20:15:53 +0000 (22:15 +0200)
.github/workflows/build.yml

index 5b7cfb366570621100cdb819c2c11f007f21783b..59958dfc0a5bdfff958aba2a5d5aaf5bb56151d9 100644 (file)
@@ -15,7 +15,7 @@ concurrency:
 jobs:
   excludes:
     name: 'Excludes'
-    if: github.repository == 'signalwire/freeswitch'
+    if: github.event.pull_request.head.repo.full_name == github.repository
     runs-on: ubuntu-latest
     outputs:
       deb: ${{ steps.deb.outputs.excludes }}
@@ -49,7 +49,7 @@ jobs:
 
   deb:
     name: 'DEB'
-    if: github.repository == 'signalwire/freeswitch'
+    if: github.event.pull_request.head.repo.full_name == github.repository
     permissions:
       id-token: write
       contents: read