1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2025-03-17 20:48:01 +02:00

Включил проверки SQ для пул реквестов из форков

This commit is contained in:
Koryakin Aleksey 2024-08-01 16:04:38 +03:00 committed by GitHub
parent b24758405a
commit d77bd22835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ on:
jobs:
SonarQualityGate:
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.event.repository.full_name
steps:
- name: Checkout PR
@ -71,4 +70,4 @@ jobs:
sonar_branch_plugin: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}