Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 11, 2024
1 parent ffa6e66 commit 5445bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
tests:
name: Tests
if: (! github.event.pull_request.draft)
if: ! github.event.pull_request.draft
runs-on: ubuntu-24.04
timeout-minutes: 5
services:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

lint:
name: Lint PR
if: (! github.event.pull_request.draft)
if: ! github.event.pull_request.draft
runs-on: ubuntu-24.04
timeout-minutes: 1
steps:
Expand All @@ -79,7 +79,7 @@ jobs:
# https://github.com/marketplace/actions/aqua-security-trivy
trivy:
name: Trivy Security Scan
if: (! github.event.pull_request.draft)
if: ! github.event.pull_request.draft
runs-on: ubuntu-24.04
timeout-minutes: 1
steps:
Expand Down

0 comments on commit 5445bf9

Please sign in to comment.