From e946a2833cddf59817e0535d31910df0cea2689e Mon Sep 17 00:00:00 2001 From: Alexander Kovalenko Date: Thu, 20 Jun 2024 10:37:57 +0300 Subject: [PATCH] Added a note. --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e7c73ad..7d092403 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -100,6 +100,9 @@ jobs: affectedCmd: npx nx affected:test isDev: ${{ env.IS_DEV }} + # Job for checking if we should run other jobs with specific conditions. + # This is usefull for forked repos where secrets are not available. + # Checking if specific secret is available to determine if we should run and also a type of event. set-env: runs-on: ubuntu-latest outputs: