From aa54d8c82eba9b4804fcd39f8b523e4e881439ba Mon Sep 17 00:00:00 2001 From: --global <--global> Date: Wed, 13 Nov 2024 13:14:50 +0000 Subject: [PATCH] build --- .github/workflows/backend.yaml | 2 +- .github/workflows/frontend.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yaml b/.github/workflows/backend.yaml index fc74fed5..237febbd 100644 --- a/.github/workflows/backend.yaml +++ b/.github/workflows/backend.yaml @@ -39,7 +39,7 @@ jobs: build: runs-on: ubuntu-latest needs: [test] - # Deploy if: + # Build if: # - the repo's owner is Ocado Tech. # - the repo is not the backend template. # - a change is made to the default branch. diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index 62215230..009f8f3e 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -26,7 +26,7 @@ jobs: build: runs-on: ubuntu-latest needs: [test] - # Deploy if: + # Build if: # - the repo's owner is Ocado Tech. # - the repo is not the frontend template. # - a change is made to the default branch.