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

This commit is contained in:
2026-06-15 12:14:59 -03:00
parent 4b7e0afc3b
commit 3dd57b828d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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')
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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