From 5eb6b00e7e815d5729297d8fbc1ad4c218041d7d Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 29 Jul 2025 02:16:46 -0400 Subject: [PATCH] Remove Invalidations.yml GitHub action workflow This removes the Invalidations.yml workflow file as it is no longer needed. --- .github/workflows/Invalidations.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/Invalidations.yml diff --git a/.github/workflows/Invalidations.yml b/.github/workflows/Invalidations.yml deleted file mode 100644 index 34eb7a92..00000000 --- a/.github/workflows/Invalidations.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: "Invalidations" - -on: - pull_request: - -concurrency: - # Skip intermediate builds: always. - # Cancel intermediate builds: always. - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - evaluate-invalidations: - name: "Evaluate Invalidations" - uses: "SciML/.github/.github/workflows/invalidations.yml@v1"