Skip to content

Commit

Permalink
Merge pull request #2508 from signalwire/gha
Browse files Browse the repository at this point in the history
[GHA] Pin workflow to repository.
  • Loading branch information
andywolk authored Jun 25, 2024
2 parents 86ea24e + 318953d commit 31ec477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
excludes:
name: 'Excludes'
if: github.repository == 'signalwire/freeswitch'
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 +49,7 @@ jobs:
deb:
name: 'DEB'
if: github.repository == 'signalwire/freeswitch'
if: github.event.pull_request.head.repo.full_name == github.repository
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 31ec477

Please sign in to comment.