diff --git a/.github/workflows/make-alpine.yaml b/.github/workflows/make-alpine.yaml index 1c2722bbab..36e0ba0add 100644 --- a/.github/workflows/make-alpine.yaml +++ b/.github/workflows/make-alpine.yaml @@ -1,4 +1,4 @@ -name: make +name: make-alpine on: [push] concurrency: ci-alpine-${{ github.ref }} diff --git a/.github/workflows/make-cygwin.yaml b/.github/workflows/make-cygwin.yaml index e56113596b..771698bd70 100644 --- a/.github/workflows/make-cygwin.yaml +++ b/.github/workflows/make-cygwin.yaml @@ -1,4 +1,4 @@ -name: make +name: make-cygwin on: [push] concurrency: ci-cygwin-${{ github.ref }} diff --git a/.github/workflows/make-macos.yaml b/.github/workflows/make-macos.yaml index 234fbd31d1..04fd0d7ac3 100644 --- a/.github/workflows/make-macos.yaml +++ b/.github/workflows/make-macos.yaml @@ -1,4 +1,4 @@ -name: make +name: make-macos on: [push] concurrency: ci-macos-${{ github.ref }} diff --git a/.github/workflows/make-mingw.yaml b/.github/workflows/make-mingw.yaml index ee06b479a5..6fb33cc373 100644 --- a/.github/workflows/make-mingw.yaml +++ b/.github/workflows/make-mingw.yaml @@ -1,4 +1,4 @@ -name: make +name: make-mingw on: [push] concurrency: ci-mingw-${{ github.ref }} diff --git a/.github/workflows/make-ubuntu.yaml b/.github/workflows/make-ubuntu.yaml index 5179a14cd5..71fb172e6b 100644 --- a/.github/workflows/make-ubuntu.yaml +++ b/.github/workflows/make-ubuntu.yaml @@ -1,4 +1,4 @@ -name: make +name: make-ubuntu on: [push] concurrency: ci-${{ github.ref }}