mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
removing unnecessary mode in CIs
This commit is contained in:
1
.github/workflows/linux_clang.yml
vendored
1
.github/workflows/linux_clang.yml
vendored
@@ -15,7 +15,6 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-24.04]
|
||||
arch: [x86_64]
|
||||
mode: [release]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
||||
|
||||
1
.github/workflows/linux_gcc.yml
vendored
1
.github/workflows/linux_gcc.yml
vendored
@@ -15,7 +15,6 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-24.04]
|
||||
arch: [x86_64]
|
||||
mode: [release]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
||||
|
||||
1
.github/workflows/macos_x86.yml
vendored
1
.github/workflows/macos_x86.yml
vendored
@@ -15,7 +15,6 @@ jobs:
|
||||
matrix:
|
||||
os: [macOS-latest]
|
||||
arch: [x86_64]
|
||||
mode: [release]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
||||
|
||||
Reference in New Issue
Block a user