mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-04-24 00:30:17 +02:00
EDT-2024-1: Временно включен workflow в данной ветке
This commit is contained in:
parent
d7a32adc68
commit
ab0abdb7e7
2
.github/workflows/ci-build.yml
vendored
2
.github/workflows/ci-build.yml
vendored
@ -14,7 +14,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@master
|
||||
uses: 1C-company/v8-code-style/.github/workflows/build.yml@edt-2024-1
|
||||
with:
|
||||
analyze: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.event.repository.full_name }}
|
||||
secrets:
|
||||
|
Loading…
x
Reference in New Issue
Block a user