Skip to content

Commit

Permalink
Break
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Feb 20, 2024
1 parent a999cd3 commit 74d791e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
build:
name: "Build"
runs-on: ubuntu-latest
timeout-minutes: 5

permissions:
# read: actions/checkout, write: gradle/actions/setup-gradle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public fun main(vararg args: String) {
val allFindings = validationResults + analysisResults

TextReporter(System.out).report(allFindings)
if (System.getenv("GITHUB_ACTIONS") == "true" && false) {
if (System.getenv("GITHUB_ACTIONS") == "true") {
GitHubCommandReporter(
repositoryRoot = Path.of("."),
output = System.out,
Expand Down

0 comments on commit 74d791e

Please sign in to comment.