Skip to content

Commit

Permalink
Issue #320: Revert git workflow change
Browse files Browse the repository at this point in the history
EPL-1160
  • Loading branch information
sebastianbarrozo committed Jul 12, 2024
1 parent 796e695 commit 8da1492
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 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 All @@ -35,4 +32,4 @@ jobs:
# - uses: sonarsource/sonarqube-quality-gate-action@master
# timeout-minutes: 5
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 8da1492

Please sign in to comment.