Skip to content

Commit 19ce95d

Browse files
authored
chore(enum-updater): fix static mapping updater workflow name (#34306)
### Description of changes change the name of the workflow for the static mapping updater ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent a59d579 commit 19ce95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enum-static-mapping-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CDK Enums Auto Updater
1+
name: CDK Enums Static Mapping Updater
22
on:
33
workflow_dispatch:
44
schedule: # Runs every Monday at 12am PT

0 commit comments

Comments
 (0)