From 5b826646325ab3fdcce82702ecfd95f1990365d6 Mon Sep 17 00:00:00 2001 From: Leonardo Luiz Seixas Iorio Date: Wed, 27 Aug 2025 10:04:17 -0300 Subject: [PATCH 1/2] testando novo CI --- .github/workflows/CD.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 19d120c..208858d 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -1,6 +1,10 @@ name: Deploy Infrastructure on: + workflow_run: + workflows: ["Execute Tests"] + types: + - completed push: branches: - dev @@ -9,6 +13,11 @@ jobs: BootstrapBucketCreation: name: Bootstrap runs-on: ubuntu-latest + if: > + ${{ + github.event.workflow_run.conclusion == 'success' && + github.event.workflow_run.head_branch == 'dev' + }} permissions: id-token: write contents: read From d99e5dc2e764fac49f3827389c23ccae56dab84e Mon Sep 17 00:00:00 2001 From: Leonardo Luiz Seixas Iorio Date: Wed, 27 Aug 2025 10:05:21 -0300 Subject: [PATCH 2/2] liberando CI para qlqr branch --- .github/workflows/CI.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index ece2f40..48ec687 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -2,9 +2,6 @@ name: Execute Tests on: push: - branches: - - dev - - tests jobs: