mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
[GHA] Disable repo name check.
This commit is contained in:
parent
98f164d2bf
commit
5f4036eaac
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- v1.10
|
||||||
paths:
|
paths:
|
||||||
- "**"
|
- "**"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -15,7 +16,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
excludes:
|
excludes:
|
||||||
name: 'Excludes'
|
name: 'Excludes'
|
||||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
# if: github.event.pull_request.head.repo.full_name == github.repository
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
deb: ${{ steps.deb.outputs.excludes }}
|
deb: ${{ steps.deb.outputs.excludes }}
|
||||||
@ -49,7 +50,7 @@ jobs:
|
|||||||
|
|
||||||
deb:
|
deb:
|
||||||
name: 'DEB'
|
name: 'DEB'
|
||||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
# if: github.event.pull_request.head.repo.full_name == github.repository
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
x
Reference in New Issue
Block a user