From 0613444e5d6844ddb15d897ba452c7a75526a957 Mon Sep 17 00:00:00 2001 From: debjit Date: Wed, 11 Dec 2024 13:02:05 +0530 Subject: [PATCH] minor fix --- .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 3147ec5..9d5391e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -132,7 +132,7 @@ jobs: build-and-push-image: if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' runs-on: ubuntu-latest - # needs: tests + needs: spec-tests # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. permissions: contents: read