Skip to content

Commit 4d45115

Browse files
committed
Skip some tests
1 parent 58b5f7c commit 4d45115

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030
contents: read
3131
jobs:
3232
ALPINE:
33-
if: inputs.run_alpine
33+
if: false
3434
name: ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS
3535
runs-on: ubuntu-22.04
3636
container:
@@ -85,6 +85,7 @@ jobs:
8585
token: ${{ secrets.ACTION_MONITORING_SLACK }}
8686

8787
LINUX_X64:
88+
if: false
8889
services:
8990
mysql:
9091
image: mysql:8.3
@@ -218,6 +219,7 @@ jobs:
218219
with:
219220
token: ${{ secrets.ACTION_MONITORING_SLACK }}
220221
LINUX_X32:
222+
if: false
221223
strategy:
222224
fail-fast: false
223225
matrix:
@@ -294,6 +296,7 @@ jobs:
294296
with:
295297
token: ${{ secrets.ACTION_MONITORING_SLACK }}
296298
MACOS:
299+
if: false
297300
strategy:
298301
fail-fast: false
299302
matrix:
@@ -355,7 +358,7 @@ jobs:
355358
with:
356359
token: ${{ secrets.ACTION_MONITORING_SLACK }}
357360
COVERAGE_DEBUG_NTS:
358-
if: inputs.branch == 'master'
361+
if: false
359362
services:
360363
mysql:
361364
image: mysql:8.3
@@ -421,6 +424,7 @@ jobs:
421424
with:
422425
token: ${{ secrets.ACTION_MONITORING_SLACK }}
423426
COMMUNITY:
427+
if: false
424428
strategy:
425429
fail-fast: false
426430
matrix:
@@ -603,6 +607,7 @@ jobs:
603607
with:
604608
token: ${{ secrets.ACTION_MONITORING_SLACK }}
605609
OPCACHE_VARIATION:
610+
if: false
606611
services:
607612
mysql:
608613
image: mysql:8.3
@@ -694,6 +699,7 @@ jobs:
694699
with:
695700
token: ${{ secrets.ACTION_MONITORING_SLACK }}
696701
MSAN:
702+
if: false
697703
name: MSAN
698704
runs-on: ubuntu-${{ inputs.ubuntu_version }}
699705
steps:
@@ -833,7 +839,7 @@ jobs:
833839
with:
834840
token: ${{ secrets.ACTION_MONITORING_SLACK }}
835841
PECL:
836-
if: inputs.branch == 'master'
842+
if: false
837843
runs-on: ubuntu-22.04
838844
env:
839845
CC: ccache gcc
@@ -945,6 +951,7 @@ jobs:
945951
with:
946952
token: ${{ secrets.ACTION_MONITORING_SLACK }}
947953
WINDOWS:
954+
if: false
948955
strategy:
949956
fail-fast: false
950957
matrix:

0 commit comments

Comments
 (0)