1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2024-11-21 13:15:53 +02:00

Update ci-build.yml - fix temporary solution

This commit is contained in:
MaksimDzyuba 2024-09-05 00:12:00 +03:00 committed by GitHub
parent 9ca6deff63
commit d038f654cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
name: Build
# This build will run on master,release/* push, local PR and PR from forks without label Analyze
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.event.repository.full_name || !contains(github.event.pull_request.labels.*.name, 'Analyze')
uses: 1C-company/v8-code-style/.github/workflows/build.yml@edt-2024-1
uses: 1C-company/v8-code-style/.github/workflows/build.yml@master
with:
analyze: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.event.repository.full_name }}
secrets: