From b4b87f42c190f60678fe3e9f12413d66f102deed Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Sun, 21 Sep 2025 22:02:30 -0300 Subject: [PATCH] fix: teste de deploy --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9239957..c4718c4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: build-and-push: needs: test - runs-on: ubuntu-latest + runs-on: [self-hosted, arm64, bcards] if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' steps: @@ -75,7 +75,7 @@ jobs: deploy-staging: needs: build-and-push - runs-on: ubuntu-latest + runs-on: [self-hosted, arm64, bcards] if: github.ref == 'refs/heads/develop' steps: