Skip to content

Commit

Permalink
ci: use self-hosted runners to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed May 10, 2024
1 parent 26da7c3 commit 5dff5fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-to-candidate.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release

on:
# Run the workflow each time new commits are pushed to the candidate branch.
# Run the workflow each time new commits are pushed to the candidate branch.
push:
branches: [ "candidate" ]
branches: ["candidate"]
workflow_dispatch:

concurrency:
Expand All @@ -29,7 +29,7 @@ jobs:
release:
name: 🚢 Release to latest/candidate
needs: get-architectures
runs-on: ubuntu-latest
runs-on: self-hosted
environment: "Candidate Branch"
strategy:
matrix:
Expand All @@ -42,7 +42,7 @@ jobs:
launchpad-token: ${{ secrets.LP_BUILD_SECRET }}
repo-token: ${{ secrets.SNAPCRAFTERS_BOT_COMMIT }}
store-token: ${{ secrets.SNAP_STORE_CANDIDATE }}

call-for-testing:
name: 📣 Create call for testing
needs: [release, get-architectures]
Expand Down

0 comments on commit 5dff5fc

Please sign in to comment.