Merge pull request #2506 from signalwire/gha

[GHA] Pin workflow to repository.
This commit is contained in:
Andrey Volk 2024-06-25 22:52:55 +03:00 committed by GitHub
commit 86ea24ec7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,6 @@ on:
paths:
- '**'
- '!.github/'
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.ref }}

View 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