Skip to content

Commit

Permalink
PR 88
Browse files Browse the repository at this point in the history
Addressing items called out by @jnsgruk
  • Loading branch information
kz6fittycent committed Jul 16, 2024
1 parent 0baf1c5 commit 4d9b2a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote-to-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
promote:
name: ⬆️ Promote to stable
environment: "LTS Branch"
environment: "Candidate Branch"
runs-on: ubuntu-latest
if: |
( !github.event.issue.pull_request )
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release-to-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
uses: snapcrafters/ci/get-architectures@main

release:
name: 🚢 Release to latest/lts
name: 🚢 Release to latest/candidate
needs: get-architectures
runs-on: ubuntu-latest
environment: "LTS Branch"
environment: "Candidate Branch"
strategy:
matrix:
architecture: ${{ fromJSON(needs.get-architectures.outputs.architectures-list) }}
steps:
- name: 🚢 Release to latest/lts
- name: 🚢 Release to latest/candidate
uses: snapcrafters/ci/release-to-candidate@main
with:
architecture: ${{ matrix.architecture }}
Expand All @@ -46,7 +46,7 @@ jobs:
call-for-testing:
name: 📣 Create call for testing
needs: [release, get-architectures]
environment: "LTS Branch"
environment: "Candidate Branch"
runs-on: ubuntu-latest
outputs:
issue-number: ${{ steps.issue.outputs.issue-number }}
Expand All @@ -57,3 +57,4 @@ jobs:
with:
architectures: ${{ needs.get-architectures.outputs.architectures }}
github-token: ${{ secrets.GITHUB_TOKEN }}
channel: lts/candidate
2 changes: 1 addition & 1 deletion .github/workflows/sync-version-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
sync:
name: 🔄 Sync version with upstream
environment: "LTS Branch"
environment: "Candidate Branch"
runs-on: ubuntu-latest
steps:
- name: 🔄 Sync version with upstream
Expand Down

0 comments on commit 4d9b2a5

Please sign in to comment.