Skip to content

Commit

Permalink
Revert "Self hosted runner test"
Browse files Browse the repository at this point in the history
This reverts commit b235dd9.
  • Loading branch information
LucHeart committed Oct 5, 2023
1 parent b235dd9 commit 9a78ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:

build:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down Expand Up @@ -64,8 +64,7 @@ jobs:
if-no-files-found: error

containerize:
runs-on: self-hosted

runs-on: ubuntu-latest
needs: build
strategy:
matrix:
Expand Down Expand Up @@ -129,7 +128,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

# publish:
# runs-on: self-hosted
# runs-on: ubuntu-latest
# needs: build

# steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: ./.github/workflows/ci-build.yml

release:
runs-on: self-hosted
runs-on: ubuntu-latest
needs: build-and-containerize

steps:
Expand Down

0 comments on commit 9a78ef1

Please sign in to comment.