Skip to content

Commit

Permalink
[BUG] Nightly and release jobs should not be run on fork repositories l…
Browse files Browse the repository at this point in the history
  • Loading branch information
LangChain4j committed Jun 19, 2024
1 parent 3dbcad2 commit 071004b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snapshot_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
snapshot_release:
if: github.repository == 'langchain4j/langchain4j'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 071004b

Please sign in to comment.