Skip to content

Commit

Permalink
Merge pull request #6 from coingaming/fix/ga-runner
Browse files Browse the repository at this point in the history
fix: 🐛 replace ga runner buildjet with ubuntu-latest
  • Loading branch information
karlosmid authored Jul 19, 2024
2 parents d7be46b + e80ad68 commit a710b4f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-private-images-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
build:
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'preview') }}
runs-on: buildjet-16vcpu-ubuntu-2204
runs-on: ubuntu-latest

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-private-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
build:
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'deploy-to-staging') }}
runs-on: buildjet-16vcpu-ubuntu-2204
runs-on: ubuntu-latest

steps:
- name: Docker meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-public-images-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
build:
runs-on: buildjet-16vcpu-ubuntu-2204
runs-on: ubuntu-latest

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-public-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
build:
runs-on: buildjet-16vcpu-ubuntu-2204
runs-on: ubuntu-latest

steps:
- name: Docker meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
build:
name: Build and test
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
test:
timeout-minutes: 15
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit a710b4f

Please sign in to comment.