Skip to content

Commit

Permalink
♻️ci: rename workflows (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 authored Oct 21, 2024
1 parent 322f0da commit d193d0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto Assign
name: Assign a Member

on:
issues:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker CI
name: Docker CI/CD

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lambda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lambda CI
name: Build and Deploy to AWS Lambda

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bun CI
name: Test

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit d193d0d

Please sign in to comment.