We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f304145 commit 40d0ffaCopy full SHA for 40d0ffa
1 file changed
.github/workflows/sonarcloud-analysis.yml
@@ -8,9 +8,7 @@ on:
8
jobs:
9
analyze:
10
name: Analyze
11
- if: >
12
- github.repository == 'web-eid/web-eid-authtoken-validation-java' &&
13
- github.event.workflow_run.conclusion == 'success'
+ if: github.event.workflow_run.conclusion == 'success'
14
runs-on: ubuntu-latest
15
16
steps:
0 commit comments