mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
[GHA] Pin workflow to repository.
This commit is contained in:
parent
86ea24ec7a
commit
318953d078
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user