From fdaa2673c6aee9496af6318b549fe341b4293d38 Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Wed, 13 May 2026 11:34:08 -0600 Subject: [PATCH] Only run srt workflow when manually triggered --- .github/workflows/srt.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/srt.yml b/.github/workflows/srt.yml index 361c561fd..2f8c08445 100644 --- a/.github/workflows/srt.yml +++ b/.github/workflows/srt.yml @@ -2,13 +2,11 @@ name: scripts regression tests -# Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the main branch +# Controls when the action will run. Only runs when manually triggered. (See +# https://github.com/escomp/cmeps/issues/646 for discussion regarding why we don't run +# this automatically.) on: - push: - branches: [ main ] - pull_request: - branches: [ main ] + workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: