fix test runs-on: act_runner_base #8
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user