Skip to content

Commit

Permalink
chore(ci): use cloud runners
Browse files Browse the repository at this point in the history
  • Loading branch information
agrrh committed Sep 14, 2024
1 parent 4ffddfd commit 9448690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ on:
jobs:
docker:
name: Build
runs-on: self-hosted
# runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ on:
jobs:
docker:
name: Build
runs-on: self-hosted
# runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 9448690

Please sign in to comment.