From 9d89525f2536987d6669256c8fa84a9276c0bfe8 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Sun, 19 Apr 2026 20:29:30 -0400 Subject: [PATCH] Apply integrationtest_drop_paths_filter patch --- .github/workflows/IntegrationTest.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 7c9ba59..c6207da 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -4,8 +4,6 @@ on: branches: - "main" tags: "*" - paths: - - "Project.toml" pull_request_target: types: - "opened" @@ -13,8 +11,6 @@ on: - "reopened" - "ready_for_review" - "converted_to_draft" - paths: - - "Project.toml" jobs: integration-test: name: "IntegrationTest"