Skip to content

Commit

Permalink
update runner type
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoleAM committed Dec 7, 2023
1 parent b51d9a6 commit 77d9765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
jobs:
ci:
name: Website Lint, Build, Test, Deploy
runs-on: aws-runner
runs-on: seventv
concurrency:
group: ${{ github.workflow }}-ci-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
validate:
name: API Deploy Validation
needs: ci
runs-on: ubuntu-latest
runs-on: seventv
permissions:
pull-requests: write
defaults:
Expand Down

0 comments on commit 77d9765

Please sign in to comment.