Skip to content

Commit

Permalink
GitHub-CI: Rename workflows.
Browse files Browse the repository at this point in the history
* .github/workflows/make-alpine.yaml, .github/workflows/make-cygwin.yaml,
.github/workflows/make-macos.yaml, .github/workflows/make-mingw.yaml,
.github/workflows/make-ubuntu.yaml: Use dedicated name for each of the
workflows.
  • Loading branch information
mmuetzel committed Oct 15, 2024
1 parent e1a6255 commit db7e2a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-alpine.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: make
name: make-alpine
on: [push]
concurrency: ci-alpine-${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-cygwin.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: make
name: make-cygwin
on: [push]
concurrency: ci-cygwin-${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-macos.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: make
name: make-macos
on: [push]
concurrency: ci-macos-${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-mingw.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: make
name: make-mingw
on: [push]
concurrency: ci-mingw-${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-ubuntu.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: make
name: make-ubuntu
on: [push]
concurrency: ci-ubuntu-${{ github.ref }}

Expand Down

0 comments on commit db7e2a2

Please sign in to comment.