Skip to content

Commit 5032e1e

Browse files
Merge pull request #259 from yuravk/style-ci-aws-workflows-names
style(ci): readable names for AWS AMI workflows
2 parents 4cb6b3e + 0c61431 commit 5032e1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ami-to-marketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ami-to-marketplace
1+
name: AWS AMI to Marketplace release
22

33
on:
44
workflow_dispatch:

.github/workflows/build-ami.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-ami
1+
name: AWS AMI Build
22

33
on:
44
workflow_dispatch:

.github/workflows/copy-ami.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: copy-ami
1+
name: AWS AMI copy to Regions, make Public
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)