Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Lodestone-Team/lodestone int…
Browse files Browse the repository at this point in the history
…o dev
  • Loading branch information
CheatCod committed Mar 26, 2024
2 parents 16e169a + 3fc43ce commit 48d0d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dashboard-build-and-draft:
uses: ./.github/workflows/dashboard-build-and-draft.yml
needs: [workspace-check, core-cargo-test]
if: github.event.pull_request.head.repo == 'Lodestone-Team/lodestone'
if: github.event.pull_request.head.repo.full_name == 'Lodestone-Team/lodestone'
with:
debug: false
version: null
Expand All @@ -28,7 +28,7 @@ jobs:
core-build-and-draft:
uses: ./.github/workflows/core-build-and-draft.yml
needs: [workspace-check, core-cargo-test]
if: github.event.pull_request.head.repo == 'Lodestone-Team/lodestone'
if: github.event.pull_request.head.repo.full_name == 'Lodestone-Team/lodestone'
with:
version: null
secrets: inherit

0 comments on commit 48d0d4c

Please sign in to comment.