Skip to content

G5 v8 dt 22401

G5 v8 dt 22401 #165

Workflow file for this run

name: CI
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- '**'
jobs:
build:
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/dt-project-checks/.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:
sonar_token: ${{ secrets.SONAR_TOKEN }}