From 5445bf943cb3b0c29c6b51951b9553f458bbce31 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 11 Nov 2024 13:53:36 -0800 Subject: [PATCH] Formatting --- .github/workflows/analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 96e9b4635..c315c9247 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -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: @@ -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: @@ -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: