[GHA] Pin workflow to repository.
This commit is contained in:
parent
f850f835b7
commit
4a15dc1a62
|
@ -7,7 +7,6 @@ on:
|
|||
paths:
|
||||
- '**'
|
||||
- '!.github/'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.ref }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue