Skip to content

Commit

Permalink
Merge pull request #2506 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 f850f83 + 4a15dc1 commit 86ea24e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-from-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
paths:
- '**'
- '!.github/'
workflow_dispatch:

concurrency:
group: ${{ github.head_ref || github.ref }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ concurrency:

jobs:
excludes:
name: 'Excludes'
if: github.repository == 'signalwire/freeswitch'
runs-on: ubuntu-latest
outputs:
deb: ${{ steps.deb.outputs.excludes }}
Expand Down Expand Up @@ -47,6 +49,7 @@ jobs:
deb:
name: 'DEB'
if: github.repository == 'signalwire/freeswitch'
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 86ea24e

Please sign in to comment.