mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-01-31 09:40:41 +00:00
typo
This commit is contained in:
parent
b49bca46ba
commit
a355ff349c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_check.yml
vendored
2
.github/workflows/pr_check.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
uses: ./.github/workflows/analyze_and_test.yml
|
uses: ./.github/workflows/analyze_and_test.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
is-fork: ${{ needs.pr-id.outputs.pull-request-id== 'null' || github.event.pull_request.head.repo.full_name == github.repository }}
|
is-fork: ${{ needs.pr-id.outputs.pull-request-id != 'null' && github.event.pull_request.head.repo.full_name != github.repository }}
|
||||||
|
|
||||||
platform-changes:
|
platform-changes:
|
||||||
name: Checks for platform changes
|
name: Checks for platform changes
|
||||||
|
|
Loading…
Reference in a new issue