Skip to content

Commit

Permalink
chore: configure release repository to use custom runners
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovhanych committed Oct 2, 2024
1 parent 17bd988 commit f011e21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-suite-desktop-web-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: ${{ github.event.inputs.publishDesktopProduction == 'true' && github.event.inputs.desktopReleaseChannel == 'canary' && github.repository == 'trezor/trezor-suite-release' }}
name: "Syncing suite-desktop canary"
environment: suite-production
runs-on: ubuntu-latest
runs-on: trezor-suite-release-runners
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -56,7 +56,7 @@ jobs:
if: ${{ github.event.inputs.publishDesktopProduction == 'true' && github.event.inputs.desktopReleaseChannel == 'latest' && github.repository == 'trezor/trezor-suite-release' }}
name: "Syncing suite-desktop latest"
environment: suite-production
runs-on: ubuntu-latest
runs-on: trezor-suite-release-runners
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -75,7 +75,7 @@ jobs:
if: ${{ github.event.inputs.publishWebProduction == 'true' && github.repository == 'trezor/trezor-suite-release' }}
name: "Syncing suite-web staging to production"
environment: suite-production
runs-on: ubuntu-latest
runs-on: trezor-suite-release-runners
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -92,7 +92,7 @@ jobs:
if: ${{ github.event.inputs.updateStagingPercentage == 'true' && github.repository == 'trezor/trezor-suite-release' }}
name: "Update staging percentage"
environment: suite-production
runs-on: ubuntu-latest
runs-on: trezor-suite-release-runners
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-suite-desktop-web-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
if: github.repository == 'trezor/trezor-suite-release'
name: Create GitHub draft release
environment: suite-production
runs-on: ubuntu-latest
runs-on: trezor-suite-release-runners
needs: suite-desktop
steps:
- name: Checkout code
Expand All @@ -113,7 +113,7 @@ jobs:
if: github.repository == 'trezor/trezor-suite-release'
name: Release suite-desktop auto-update to staging data.trezor.io
environment: suite-production
runs-on: ubuntu-latest
runs-on: trezor-suite-release-runners
needs: suite-desktop
steps:
- name: Checkout code
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
if: github.repository == 'trezor/trezor-suite-release'
name: Build suite-web and deploy to staging-suite.trezor.io
environment: suite-production
runs-on: ubuntu-latest
runs-on: trezor-suite-release-runners
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f011e21

Please sign in to comment.