Skip to content

Commit 4e666b9

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents e67863c + f458d41 commit 4e666b9

78 files changed

Lines changed: 2774 additions & 886 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,9 @@ jobs:
526526
fi
527527
528528
unity-testsuite:
529+
# Skip if this is an external contribution.
530+
# The license secrets will be empty, so the step would fail anyway.
531+
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
529532
permissions:
530533
contents: read
531534
checks: write
@@ -650,9 +653,6 @@ jobs:
650653
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
651654
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
652655
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
653-
# Skip if this is an external contribution.
654-
# The license secrets will be empty, so the step would fail anyway.
655-
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
656656

657657
csharp-testsuite:
658658
runs-on: spacetimedb-new-runner

0 commit comments

Comments
 (0)