From 6b2b5b1a19ca55d1cb1fb36b36dc73ad0b9ad8e8 Mon Sep 17 00:00:00 2001 From: Mantra Date: Tue, 3 Dec 2024 15:21:50 +0000 Subject: [PATCH] just checking lint for now --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f69daea8..657098c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,7 +87,7 @@ jobs: publish-latest-image: runs-on: ubuntu-latest if: github.ref == 'refs/heads/mrc-5976' - needs: [fe-unit-tests, be-unit-tests, integration-tests, playwright-tests, lint] + needs: [lint] steps: - name: Publish image manifest to latest run: |