Merge pull request 'fix test runs-on: act_runner_base' (#8) from dev into master

Reviewed-on: #8
This commit is contained in:
2026-01-19 04:04:35 +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: