Skip to content

Commit

Permalink
switch to standard runner
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Skogberg <1674100+tskogberg@users.noreply.github.com>
  • Loading branch information
ulfurinn and tskogberg committed Aug 6, 2024
1 parent 759886c commit a97a999
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
versions:
runs-on: gha-runner-scale-set
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Determine versions
Expand All @@ -28,7 +28,7 @@ jobs:
postgres: ${{ steps.versions.outputs.postgres }}

test:
runs-on: gha-runner-scale-set
runs-on: ubuntu-latest
needs: versions
env:
MIX_ENV: test
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: mix lint

build:
runs-on: gha-runner-scale-set
runs-on: ubuntu-latest
needs: versions
permissions:
id-token: write
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/${{ github.event.repository.name }}:sha-${{ github.sha }}
deploy:
runs-on: gha-runner-scale-set
runs-on: ubuntu-latest
if: github.ref_name == github.event.repository.default_branch
needs:
- test
Expand Down

0 comments on commit a97a999

Please sign in to comment.