We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b0d4d commit 311ebf6Copy full SHA for 311ebf6
1 file changed
…s/baker_test_generate_baseline_json.yaml …ub/workflows/generate_baseline_json.yaml.github/workflows/baker_test_generate_baseline_json.yaml renamed to .github/workflows/generate_baseline_json.yaml
@@ -1,7 +1,7 @@
1
# Purpose: Automatically generates ScubaBaselines.json from baseline markdown files when they are modified in a PR.
2
# This ensures the machine-readable baseline asset package stays in sync with the authoritative markdown source.
3
4
-name: (Baker test) Generate ScubaBaselines.json from Markdown
+name: Generate ScubaBaselines.json from Markdown
5
6
on:
7
pull_request:
@@ -14,7 +14,7 @@ on:
14
- 'PowerShell/ScubaGear/baselines/sharepoint.md'
15
- 'PowerShell/ScubaGear/baselines/teams.md'
16
- 'utils/workflow/Generate-ScubaBaseline.ps1'
17
- - '.github/workflows/baker_test_generate_baseline_json.yaml'
+ - '.github/workflows/generate_baseline_json.yaml'
18
workflow_dispatch:
19
20
permissions:
0 commit comments