We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ff199 commit fdaa267Copy full SHA for fdaa267
1 file changed
.github/workflows/srt.yml
@@ -2,13 +2,11 @@
2
3
name: scripts regression tests
4
5
-# Controls when the action will run. Triggers the workflow on push or pull request
6
-# 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
7
+# this automatically.)
8
on:
- push:
9
- branches: [ main ]
10
- pull_request:
11
+ workflow_dispatch:
12
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
jobs:
0 commit comments