fix test runs-on: act_runner_base
This commit is contained in:
@ -28,7 +28,7 @@ jobs:
|
||||
run: |
|
||||
echo "Deploying to production..."
|
||||
create-release:
|
||||
runs-on: self-hosted
|
||||
runs-on: act_runner_base
|
||||
needs: build-deploy
|
||||
if: ${{ success() && github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master' }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user