fix test runs-on: act_runner_base #8

Merged
timi merged 1 commits from dev into master 2026-01-19 04:04:36 +00:00

View File

@ -28,7 +28,7 @@ jobs:
run: | run: |
echo "Deploying to production..." echo "Deploying to production..."
create-release: create-release:
runs-on: self-hosted runs-on: act_runner_base
needs: build-deploy needs: build-deploy
if: ${{ success() && github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master' }} if: ${{ success() && github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master' }}
steps: steps: