From b6a356b2f25504569e85630e12a0de3950a077f1 Mon Sep 17 00:00:00 2001 From: Julia Dark Date: Fri, 13 Dec 2024 17:27:41 -0500 Subject: [PATCH] Attempt to run workflow for PRs that modify workflow --- .github/workflows/libtiledbsoma-asan-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/libtiledbsoma-asan-ci.yml b/.github/workflows/libtiledbsoma-asan-ci.yml index 6a83608c54..10c055dba9 100644 --- a/.github/workflows/libtiledbsoma-asan-ci.yml +++ b/.github/workflows/libtiledbsoma-asan-ci.yml @@ -1,6 +1,10 @@ name: libtiledbsoma ASAN on: +on: + pull_request: + paths: + - '.github/workflows/libtiledbsoma-asan-ci.yml' schedule: - cron: 20 8 * * 0 workflow_dispatch: