Skip to content

Commit

Permalink
Revert "switch to selfhosted runner"
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiOlajide authored Sep 12, 2024
1 parent 9830eb6 commit 81e03cd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:

jobs:
setup:
# runs-on: ubuntu-18.04
runs-on: self-hosted
runs-on: ubuntu-18.04

if: github.event.inputs.version == 'major' || github.event.inputs.version == 'minor' || github.event.inputs.version == 'patch'

Expand All @@ -32,8 +31,7 @@ jobs:

test:
needs: setup
# runs-on: ubuntu-latest
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -55,8 +53,7 @@ jobs:
publish:
name: "Publish new major version"
needs: test
#runs-on: ubuntu-latest
runs-on: self-hosted
runs-on: ubuntu-latest

if: github.repository_owner == 'BolajiOlajide'

Expand Down

0 comments on commit 81e03cd

Please sign in to comment.