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.