Skip to content

Commit

Permalink
Merge pull request #2534 from signalwire/gha
Browse files Browse the repository at this point in the history
[GHA] Disable repo name check.
  • Loading branch information
andywolk authored Jul 23, 2024
2 parents 56fdaaf + 5f4036e commit 8f9939b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- v1.10
paths:
- "**"
workflow_dispatch:
Expand All @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8f9939b

Please sign in to comment.