Skip to content

Commit 40d0ffa

Browse files
committed
Remove condition that sonar is execute only on web-eid
WE2-812 Signed-off-by: Sven Mitt <[email protected]>
1 parent f304145 commit 40d0ffa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ on:
88
jobs:
99
analyze:
1010
name: Analyze
11-
if: >
12-
github.repository == 'web-eid/web-eid-authtoken-validation-java' &&
13-
github.event.workflow_run.conclusion == 'success'
11+
if: github.event.workflow_run.conclusion == 'success'
1412
runs-on: ubuntu-latest
1513

1614
steps:

0 commit comments

Comments
 (0)