Skip to content

Commit 8b510ef

Browse files
authored
Merge pull request #327 from slamanna212/dev
Fix issue with selfhosted runners
2 parents 788debb + 186df66 commit 8b510ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
check-version:
16-
runs-on: ${{ github.actor == 'slamanna212' && 'rapture-matchexec' || 'ubuntu-latest' }}
16+
runs-on: ubuntu-latest
1717
if: "!contains(github.event.head_commit.message, '[skip release]')"
1818
outputs:
1919
version: ${{ steps.package_version.outputs.version }}
@@ -88,7 +88,7 @@ jobs:
8888
cache-to: type=gha,mode=max
8989

9090
release:
91-
runs-on: ${{ github.actor == 'slamanna212' && 'rapture-matchexec' || 'ubuntu-latest' }}
91+
runs-on: ubuntu-latest
9292
needs: [check-version, build]
9393
if: needs.check-version.outputs.tag_exists == 'false'
9494
permissions:

0 commit comments

Comments
 (0)