Skip to content

Commit

Permalink
My Main
Browse files Browse the repository at this point in the history
  • Loading branch information
FJBDev committed Aug 12, 2024
1 parent 1a2050d commit ef84584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build
on:
schedule:
- cron: "20 7 * * *"
pull_request:
types: [opened, reopened, synchronize]
jobs:
build:
needs: check_date
Expand Down
4 changes: 2 additions & 2 deletions build/build.net.tourbook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ mt_0_Build.dependsOn(

sonarqube {
properties {
property 'sonar.projectKey', 'wolfgang-ch_mytourbook'
property 'sonar.organization', 'wolfgang-ch'
property 'sonar.projectKey', 'FJBDev_mytourbook'
property 'sonar.organization', 'fjbdev'
property 'sonar.host.url', 'https://sonarcloud.io'
property 'sonar.projectVersion', _mtVersion
property 'sonar.projectName', 'MyTourbook'
Expand Down

0 comments on commit ef84584

Please sign in to comment.