Skip to content

Commit

Permalink
Feature ETO-323: fix sonar workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
facumoyanosmf committed May 29, 2024
1 parent b79ef9e commit 74cb4ad
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: Sonar Build
on:
workflow_run:
workflows: [Git Police]
types:
- completed
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
- develop
jobs:
build:
if: github.event.workflow_run.conclusion == 'success'
name: Sonar Build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 74cb4ad

Please sign in to comment.