From a320c0fd0a80710cd24b163c913f18f5a867e9a2 Mon Sep 17 00:00:00 2001 From: DileSoft Date: Mon, 22 Jan 2024 14:09:59 +0300 Subject: [PATCH] git message --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea34974..1022769 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest # Only run tests if secrets are available (e.g. not from PRs from forked repos) - needs: [checkEnv] + # needs: [checkEnv] if: needs.checkEnv.outputs.usernameExists == 'true' steps: