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: