Skip to content

Commit

Permalink
chore: run on GH runners (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Almeida authored Dec 27, 2023
1 parent 0a373be commit 9ceb77a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prereleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:

prepare:
name: Prepare
runs-on:
- self-hosted
- small
runs-on: ubuntu-22.04

needs:
- cancel_previous
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/released.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ permissions:
jobs:
cancel_previous:
name: 'Cancel Previous Runs'
runs-on:
- self-hosted
- small
runs-on: ubuntu-22.04
timeout-minutes: 3

steps:
Expand Down Expand Up @@ -68,9 +66,7 @@ jobs:

docker:
name: Docker Tag and Push
runs-on:
- self-hosted
- medium
runs-on: ubuntu-22.04

needs:
- prepare
Expand Down

0 comments on commit 9ceb77a

Please sign in to comment.