fix: runners with node
Pull Request CI-Backend / Checks (pull_request) Successful in 3m26s
Pull Request CI-Frontend / Build & Push (pull_request) Has been cancelled
Pull Request CI-Frontend / Checks (pull_request) Has been cancelled
Pull Request CI-Backend / Build & Push (pull_request) Failing after 6m25s
Pull Request CI-Backend / Checks (pull_request) Successful in 3m26s
Pull Request CI-Frontend / Build & Push (pull_request) Has been cancelled
Pull Request CI-Frontend / Checks (pull_request) Has been cancelled
Pull Request CI-Backend / Build & Push (pull_request) Failing after 6m25s
This commit is contained in:
@@ -130,7 +130,7 @@ jobs:
|
||||
path: terraform/tfplan
|
||||
|
||||
terraform-apply:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: easynode-debian
|
||||
needs: terraform-plan
|
||||
if: >
|
||||
(github.event_name == 'push' || github.event_name == 'workflow_run' || inputs.apply == 'true')
|
||||
|
||||
@@ -99,7 +99,7 @@ jobs:
|
||||
path: terraform-stg/tfplan
|
||||
|
||||
terraform-apply:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: easynode-debian
|
||||
needs: terraform-plan-stg
|
||||
if: needs.terraform-plan-stg.outputs.no_changes == 'false'
|
||||
environment:
|
||||
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
|
||||
build-and-push:
|
||||
name: Build & Push
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: easynode-debian
|
||||
needs: ["run-checks"]
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user