From 02955cb2f1d853772d43d4b2ceb4d7c8e1593bb1 Mon Sep 17 00:00:00 2001 From: Shane Snyder Date: Thu, 8 Feb 2024 09:22:43 -0600 Subject: [PATCH] further restrict polaris workflow runs only run on pushes to main and manual dispatches via web interface --- .github/workflows/end_to_end_regression_polaris.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/end_to_end_regression_polaris.yml b/.github/workflows/end_to_end_regression_polaris.yml index 889e28ab7..2b6c2510e 100644 --- a/.github/workflows/end_to_end_regression_polaris.yml +++ b/.github/workflows/end_to_end_regression_polaris.yml @@ -7,12 +7,7 @@ on: paths: - darshan-runtime/** - .github/workflows/end_to_end_regression_polaris.yml - pull_request: - branches: - - main - paths: - - darshan-runtime/** - - .github/workflows/end_to_end_regression_polaris.yml + workflow_dispatch: jobs: trigger_alcf_polaris_regression_ci: