Skip to content

Commit

Permalink
[ci] Use expo-medium runners for website.
Browse files Browse the repository at this point in the history
  • Loading branch information
randomhajile committed Dec 7, 2023
1 parent b5ee664 commit b1ed463
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:

jobs:
review:
runs-on: ubuntu-latest
runs-on: expo-medium
steps:
- name: 🏗 Setup repository
uses: actions/checkout@v3
Expand All @@ -65,7 +65,7 @@ jobs:

build:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
runs-on: expo-medium
steps:
- name: 🏗 Setup repository
uses: actions/checkout@v3
Expand All @@ -89,7 +89,7 @@ jobs:

check-config:
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'expo/snack' }}
runs-on: ubuntu-latest
runs-on: expo-medium
steps:
- name: 🏗 Setup repository
uses: actions/checkout@v3
Expand All @@ -111,7 +111,7 @@ jobs:
deploy-staging:
if: ${{ (github.event.inputs.deploy == 'staging' && github.event_name != 'pull_request') || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
needs: review
runs-on: ubuntu-latest
runs-on: expo-medium
environment:
name: website-staging
url: https://staging-snack.expo.dev
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
deploy-production:
if: ${{ github.event.inputs.deploy == 'production' && github.ref == 'refs/heads/main' }}
needs: review
runs-on: ubuntu-latest
runs-on: expo-medium
environment:
name: website-production
url: https://snack.expo.dev
Expand Down

0 comments on commit b1ed463

Please sign in to comment.