Skip to content

Commit 2719bc8

Browse files
committed
refactor: rename workflow to 'Test Framework' for consistency
1 parent f93e255 commit 2719bc8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build-release_merge_test-runner.yaml renamed to .github/workflows/build-release_merge_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Manual Release and Test Runner (Merge to Default)
1+
name: Manual Release and Test Framework (Merge to Default)
22

33
on:
44
workflow_dispatch:

.github/workflows/build-toc-generator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
workflows:
77
- "Manual Release (Merge to Default)"
88
- "Manual Release and Build Package (Merge to Default)"
9+
- "Manual Release and Test Framework (Merge to Default)"
910
- "Release via PR (Default Branch)"
1011
types:
1112
- completed

.github/workflows/ensure-package-exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflows:
77
- "Manual Release (Merge to Default)"
88
- "Manual Release and Build Package (Merge to Default)"
9-
- "Manual Release and Test Runner (Merge to Default)"
9+
- "Manual Release and Test Framework (Merge to Default)"
1010
- "Release via PR (Default Branch)"
1111
types:
1212
- completed

0 commit comments

Comments
 (0)