Skip to content

Commit

Permalink
Added a note.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kovalenko committed Jun 20, 2024
1 parent 09133b6 commit e946a28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e946a28

Please sign in to comment.