Skip to content

Commit

Permalink
maint: Merge default to bytecode-interpreter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Oct 15, 2024
2 parents a03716e + d028161 commit f292b3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-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 f292b3e

Please sign in to comment.