Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Mar 5, 2024
1 parent eafa194 commit 29c5d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
${{ runner.os }}-maven
- name: Build
run: mvn clean install -DskipTests --batch-mode
run: mvn clean install --batch-mode

analyze:
needs: [ build ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
schedule:
- cron: '36 19 * * 3'
push:
branches: [ "main" ]
branches: [ "master" ]

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit 29c5d93

Please sign in to comment.