Skip to content

Commit 6282ed9

Browse files
committed
fix(notifier): discard notifier for eda variant
1 parent aaf5f1d commit 6282ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
java-version: 17
4242
- name: Execute build test jacocoTestReport and sonar analysis
4343
if: endsWith(github.REF, '/master') == true
44-
env
44+
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4747
run: ./gradlew build test jacocoTestReport sonar --refresh-dependencies --no-daemon --continue -Denv.ci=true

0 commit comments

Comments
 (0)