Skip to content

Commit

Permalink
maint: Merge stable to default.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Oct 15, 2024
2 parents 87bb596 + db7e2a2 commit d028161
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-${{ github.ref }}

Expand Down

0 comments on commit d028161

Please sign in to comment.