Skip to content

Commit 2452642

Browse files
committed
fix(workflows): standardize workflow names for clarity
1 parent 09c877f commit 2452642

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/audit-bicep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Scan Bicep code
1+
name: audit-bicep
22
on:
33
push:
44
branches:

.github/workflows/audit-terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# separate terms of service, privacy policy, and support
44
# documentation.
55

6-
name: Scan Terraform code
6+
name: audit-terraform
77

88
on:
99
push:

.github/workflows/test-e2e-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# composite workflow to test the azd deployment of the app
22
# uses a github federated identity
3-
name: Test AZD Deployment
3+
name: test-e2e-main
44

55
on:
66
push:

.github/workflows/test-playwright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Playwright Tests
1+
name: test-playwright
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)