Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alkoleft committed May 20, 2024
1 parent bf19c81 commit eeba690
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ develop ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}-main
cancel-in-progress: true

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sq-pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Анализ в SonarQube (pull-request)

on: [pull_request]
on: [pull_request_target]

jobs:
SonarScanner:
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/step-run-tests.yml

This file was deleted.

0 comments on commit eeba690

Please sign in to comment.