Skip to content

Commit

Permalink
Merge pull request #246 from freeswitch/gha_tidy
Browse files Browse the repository at this point in the history
GHA: Minimal tidying for consistency.
  • Loading branch information
andywolk committed Jan 24, 2024
2 parents d16d0e0 + a8d0d51 commit 97a4aa8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Distribute Sofia-Sip
name: Build and Distribute

on:
push:
Expand All @@ -8,21 +8,21 @@ on:
- "!debian/changelog"
workflow_dispatch:

concurrency:
concurrency:
group: ${{ github.head_ref || github.ref }}

jobs:
sofia_build_rpm:
build_rpm:
name: 'Build RPM'
uses: signalwire/actions-template/.github/workflows/ci-rpm-packages.yml@main
with:
PROJECT_NAME: sofia-sip
RUNNER: ubuntu-latest
PACKAGER: 'packager Andrey Volk <[email protected]>'
PLATFORM: amd64
secrets: inherit
secrets: inherit

sofia_build_deb:
build_deb:
name: 'Build DEB'
uses: signalwire/actions-template/.github/workflows/ci-deb-packages-v2.yml@main
strategy:
Expand All @@ -45,7 +45,7 @@ jobs:

generate_meta_rpm:
name: 'Meta RPM'
needs: [ sofia_build_rpm ]
needs: [ build_rpm ]
strategy:
matrix:
os:
Expand All @@ -61,7 +61,7 @@ jobs:

generate_meta_deb:
name: 'Meta DEB'
needs: [ sofia_build_deb ]
needs: [ build_deb ]
strategy:
matrix:
os:
Expand All @@ -84,7 +84,7 @@ jobs:
distribute_matrix_rpm:
permissions: write-all
name: 'Copy to remote RPM'
needs: [ sofia_build_rpm ]
needs: [ build_rpm ]
strategy:
matrix:
os:
Expand All @@ -108,7 +108,7 @@ jobs:
distribute_matrix_deb:
permissions: write-all
name: 'Copy to remote DEB'
needs: [ sofia_build_deb ]
needs: [ build_deb ]
strategy:
matrix:
os:
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
TARGET_PLATFORM: ${{ matrix.platform }}
RUNNER: ubuntu-latest
TARGET_REPO: signalwire/bamboo_gha_trigger
secrets:
secrets:
GH_BOT_DEPLOY_TOKEN: ${{ secrets.PAT }}
concurrency:
group: sofia-sip-${{ matrix.os }}-${{ matrix.platform }}
Expand Down

0 comments on commit 97a4aa8

Please sign in to comment.