Skip to content

Commit

Permalink
Fix: GitHub Nightly Build WorkFlow (if statement)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGAlexandru committed Dec 19, 2024
1 parent e801051 commit 11b5f06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
matrix:
node-version:
- 20.x
if: needs.checkLR.outputs.last_sha != github.sha
if: github.repository_owner == 'DGAlexandru'
if: ${{ (needs.checkLR.outputs.last_sha != github.sha) && (github.repository_owner == 'DGAlexandru') }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 11b5f06

Please sign in to comment.