Merge pull request #2506 from signalwire/gha
[GHA] Pin workflow to repository.
This commit is contained in:
commit
86ea24ec7a
|
@ -7,7 +7,6 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- '**'
|
- '**'
|
||||||
- '!.github/'
|
- '!.github/'
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref || github.ref }}
|
group: ${{ github.head_ref || github.ref }}
|
||||||
|
|
|
@ -14,6 +14,8 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
excludes:
|
excludes:
|
||||||
|
name: 'Excludes'
|
||||||
|
if: github.repository == 'signalwire/freeswitch'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
deb: ${{ steps.deb.outputs.excludes }}
|
deb: ${{ steps.deb.outputs.excludes }}
|
||||||
|
@ -47,6 +49,7 @@ jobs:
|
||||||
|
|
||||||
deb:
|
deb:
|
||||||
name: 'DEB'
|
name: 'DEB'
|
||||||
|
if: github.repository == 'signalwire/freeswitch'
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in New Issue