Skip to content

Commit 311ebf6

Browse files
change back to original name, will target actual PR as base branch
1 parent a3b0d4d commit 311ebf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/baker_test_generate_baseline_json.yaml renamed to .github/workflows/generate_baseline_json.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Purpose: Automatically generates ScubaBaselines.json from baseline markdown files when they are modified in a PR.
22
# This ensures the machine-readable baseline asset package stays in sync with the authoritative markdown source.
33

4-
name: (Baker test) Generate ScubaBaselines.json from Markdown
4+
name: Generate ScubaBaselines.json from Markdown
55

66
on:
77
pull_request:
@@ -14,7 +14,7 @@ on:
1414
- 'PowerShell/ScubaGear/baselines/sharepoint.md'
1515
- 'PowerShell/ScubaGear/baselines/teams.md'
1616
- 'utils/workflow/Generate-ScubaBaseline.ps1'
17-
- '.github/workflows/baker_test_generate_baseline_json.yaml'
17+
- '.github/workflows/generate_baseline_json.yaml'
1818
workflow_dispatch:
1919

2020
permissions:

0 commit comments

Comments
 (0)