]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[GHA] Pin workflow to repository. 2506/head
authors3rj1k <evasive.gyron@gmail.com>
Tue, 25 Jun 2024 19:38:29 +0000 (21:38 +0200)
committers3rj1k <evasive.gyron@gmail.com>
Tue, 25 Jun 2024 19:40:13 +0000 (21:40 +0200)
.github/workflows/build-from-fork.yml
.github/workflows/build.yml

index 0fe53c239a3c30b1c167e307e1355f685cf42cff..b98cadb13449a1a2bf3de06e715bf6d687202547 100644 (file)
@@ -7,7 +7,6 @@ on:
     paths:
       - '**'
       - '!.github/'
-  workflow_dispatch:
 
 concurrency:
   group: ${{ github.head_ref || github.ref }}
index df3baa49924f5d54bfa0a549ead1f37e9d42a6f6..5b7cfb366570621100cdb819c2c11f007f21783b 100644 (file)
@@ -14,6 +14,8 @@ concurrency:
 
 jobs:
   excludes:
+    name: 'Excludes'
+    if: github.repository == 'signalwire/freeswitch'
     runs-on: ubuntu-latest
     outputs:
       deb: ${{ steps.deb.outputs.excludes }}
@@ -47,6 +49,7 @@ jobs:
 
   deb:
     name: 'DEB'
+    if: github.repository == 'signalwire/freeswitch'
     permissions:
       id-token: write
       contents: read