From c874cdecd3c1bf342636adc4d41303ece385ffeb Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Tue, 25 Jun 2024 15:06:48 -0400 Subject: [PATCH] fix(deploy): use correct `Corefile` and `Dockerfile` paths --- .github/workflows/cd-deploy-to-dev.yml | 4 ++-- .github/workflows/cd-deploy-to-test.yml | 4 ++-- .github/workflows/ci-lint-codebase.patch.yml | 4 ++-- .github/workflows/ci-lint-codebase.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cd-deploy-to-dev.yml b/.github/workflows/cd-deploy-to-dev.yml index 698422e..5de58fd 100644 --- a/.github/workflows/cd-deploy-to-dev.yml +++ b/.github/workflows/cd-deploy-to-dev.yml @@ -4,8 +4,8 @@ on: pull_request: types: [opened, synchronize, reopened, labeled] paths: - - Corefile - - Dockerfile + - coredns/Corefile + - docker/Dockerfile - .github/workflows/cd-deploy-to-dev.yml - .github/workflows/sub-cloudrun-deploy.yml diff --git a/.github/workflows/cd-deploy-to-test.yml b/.github/workflows/cd-deploy-to-test.yml index 3d4f705..8d29c20 100644 --- a/.github/workflows/cd-deploy-to-test.yml +++ b/.github/workflows/cd-deploy-to-test.yml @@ -5,8 +5,8 @@ on: branches: - master paths: - - Corefile - - Dockerfile + - coredns/Corefile + - docker/Dockerfile - .github/workflows/cd-deploy-to-test.yml - .github/workflows/sub-cloudrun-deploy.yml diff --git a/.github/workflows/ci-lint-codebase.patch.yml b/.github/workflows/ci-lint-codebase.patch.yml index 89a8892..b6c4082 100644 --- a/.github/workflows/ci-lint-codebase.patch.yml +++ b/.github/workflows/ci-lint-codebase.patch.yml @@ -4,8 +4,8 @@ on: pull_request: branches: [main] paths-ignore: - - Corefile - - Dockerfile + - coredns/Corefile + - docker/Dockerfile - .github/workflows/ci-lint-codebase.yml jobs: diff --git a/.github/workflows/ci-lint-codebase.yaml b/.github/workflows/ci-lint-codebase.yaml index c0780b4..a4b63c7 100644 --- a/.github/workflows/ci-lint-codebase.yaml +++ b/.github/workflows/ci-lint-codebase.yaml @@ -14,8 +14,8 @@ on: push: branches: [main] paths: - - Corefile - - Dockerfile + - coredns/Corefile + - docker/Dockerfile - .github/workflows/ci-lint-codebase.yml concurrency: