Merge pull request #2534 from signalwire/gha

[GHA] Disable repo name check.
This commit is contained in:
Andrey Volk 2024-07-23 13:27:48 +03:00 committed by GitHub
commit 8f9939bffe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- master
- v1.10
paths:
- "**"
workflow_dispatch:
@ -15,7 +16,7 @@ concurrency:
jobs:
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
outputs:
deb: ${{ steps.deb.outputs.excludes }}
@ -49,7 +50,7 @@ jobs:
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:
id-token: write
contents: read