Merge pull request #2508 from signalwire/gha

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

View 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