mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-01-25 02:07:54 +00:00
Merge pull request #2506 from signalwire/gha
[GHA] Pin workflow to repository.
This commit is contained in:
1
.github/workflows/build-from-fork.yml
vendored
1
.github/workflows/build-from-fork.yml
vendored
@@ -7,7 +7,6 @@ on:
|
||||
paths:
|
||||
- '**'
|
||||
- '!.github/'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.ref }}
|
||||
|
||||
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user