diff options
| author | ruki <[email protected]> | 2022-03-04 21:02:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-03-04 21:02:21 +0800 |
| commit | 06b58860c03f2b76f92c71bb065ff44fd8bbe6d5 (patch) | |
| tree | 7c55945bc3aa21560fe4612aefd0975229bf6bb8 /.github/workflows | |
| parent | e98f75c72b84ed17d1ab56abbeb26fbcefd84ac9 (diff) | |
improve ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/debian_mips64.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/fedora.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/freebsd.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/linux.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/linux_luajit.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/macos.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/msys2_mingw.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ubuntu_arm.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ubuntu_arm64.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/windows.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/windows_luajit.yml | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/debian_mips64.yml b/.github/workflows/debian_mips64.yml index a2365b2af..1d092e167 100644 --- a/.github/workflows/debian_mips64.yml +++ b/.github/workflows/debian_mips64.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-DebianMips64 + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-DebianMips64 cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index 0105d35ef..9a6a0d50d 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-Fedora + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Fedora cancel-in-progress: true steps: - name: Prepare build tools diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 3cab3414f..8f96f7b46 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -12,7 +12,7 @@ jobs: runs-on: macos-10.15 concurrency: - group: ${{ github.head_ref }}-FreeBSD + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-FreeBSD cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 296d97f46..67e59cbcd 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-Linux + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Linux cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/linux_luajit.yml b/.github/workflows/linux_luajit.yml index 674e5bd34..3c84921b0 100644 --- a/.github/workflows/linux_luajit.yml +++ b/.github/workflows/linux_luajit.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-Linux-Luajit + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Linux-Luajit cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c49ea2d11..d713603ac 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,7 +12,7 @@ jobs: runs-on: macos-latest concurrency: - group: ${{ github.head_ref }}-macOS + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-macOS cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/msys2_mingw.yml b/.github/workflows/msys2_mingw.yml index 35965b4dc..67ccb15c3 100644 --- a/.github/workflows/msys2_mingw.yml +++ b/.github/workflows/msys2_mingw.yml @@ -9,7 +9,7 @@ jobs: runs-on: windows-latest concurrency: - group: ${{ github.head_ref }}-MSYS2_MINGW-${{ matrix.arch }} + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-MSYS2_MINGW-${{ matrix.arch }} cancel-in-progress: true strategy: diff --git a/.github/workflows/ubuntu_arm.yml b/.github/workflows/ubuntu_arm.yml index df62b3ae9..a20c673ae 100644 --- a/.github/workflows/ubuntu_arm.yml +++ b/.github/workflows/ubuntu_arm.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-UbuntuArm + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-UbuntuArm cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ubuntu_arm64.yml b/.github/workflows/ubuntu_arm64.yml index 14abdc7ba..05d6e6f00 100644 --- a/.github/workflows/ubuntu_arm64.yml +++ b/.github/workflows/ubuntu_arm64.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest concurrency: - group: ${{ github.head_ref }}-UbuntuArm64 + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-UbuntuArm64 cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0dd18eb02..fc5218087 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} concurrency: - group: ${{ github.head_ref }}-${{ matrix.os }}-${{ matrix.arch }}-Windows + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.os }}-${{ matrix.arch }}-Windows cancel-in-progress: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/windows_luajit.yml b/.github/workflows/windows_luajit.yml index 983830ed4..37eb2879a 100644 --- a/.github/workflows/windows_luajit.yml +++ b/.github/workflows/windows_luajit.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} concurrency: - group: ${{ github.head_ref }}-${{ matrix.os }}-${{ matrix.arch }}-Windows-Luajit + group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.os }}-${{ matrix.arch }}-Windows-Luajit cancel-in-progress: true steps: - uses: actions/checkout@v2 |
