From 0fad28005a14b24ab2579773cb4fe8d8ff5a0cdd Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Tue, 24 Oct 2023 11:33:10 -0500 Subject: [PATCH] update --- .github/workflows/pr.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6c4be9f4ed..627ca29433 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -20,7 +20,6 @@ env: jobs: checks: - if: false runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -35,7 +34,6 @@ jobs: uses: pre-commit/action@v3.0.0 clang: - if: false runs-on: ubuntu-latest env: CXX: clang++-15 @@ -63,7 +61,6 @@ jobs: path: build/Testing gcc: - if: false runs-on: ubuntu-latest strategy: fail-fast: false