Skip to content

Commit c94dae1

Browse files
committed
Ignore jobs
1 parent f0788a4 commit c94dae1

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ permissions:
3939
contents: read
4040
jobs:
4141
LINUX_PPC64:
42-
if: inputs.run_linux_ppc64
42+
if: false
4343
name: LINUX_PPC64_ASAN_UBSAN_DEBUG_ZTS
4444
# This runs on a self-hosted runner; see https://wiki.php.net/systems/ci
4545
runs-on: [self-hosted, gentoo, ppc64]
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
token: ${{ secrets.ACTION_MONITORING_SLACK }}
8484
ALPINE:
85-
if: inputs.run_alpine
85+
if: false
8686
name: ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS
8787
runs-on: ubuntu-22.04
8888
container:
@@ -137,6 +137,7 @@ jobs:
137137
token: ${{ secrets.ACTION_MONITORING_SLACK }}
138138

139139
LINUX_X64:
140+
if: false
140141
services:
141142
mysql:
142143
image: mysql:8.3
@@ -270,6 +271,7 @@ jobs:
270271
with:
271272
token: ${{ secrets.ACTION_MONITORING_SLACK }}
272273
LINUX_X32:
274+
if: false
273275
strategy:
274276
fail-fast: false
275277
matrix:
@@ -357,6 +359,7 @@ jobs:
357359
with:
358360
token: ${{ secrets.ACTION_MONITORING_SLACK }}
359361
MACOS:
362+
if: false
360363
strategy:
361364
fail-fast: false
362365
matrix:
@@ -418,7 +421,7 @@ jobs:
418421
with:
419422
token: ${{ secrets.ACTION_MONITORING_SLACK }}
420423
COVERAGE_DEBUG_NTS:
421-
if: inputs.branch == 'master'
424+
if: false
422425
services:
423426
mysql:
424427
image: mysql:8.3
@@ -666,6 +669,7 @@ jobs:
666669
with:
667670
token: ${{ secrets.ACTION_MONITORING_SLACK }}
668671
OPCACHE_VARIATION:
672+
if: false
669673
services:
670674
mysql:
671675
image: mysql:8.3
@@ -757,6 +761,7 @@ jobs:
757761
with:
758762
token: ${{ secrets.ACTION_MONITORING_SLACK }}
759763
MSAN:
764+
if: false
760765
name: MSAN
761766
runs-on: ubuntu-${{ inputs.ubuntu_version }}
762767
steps:
@@ -849,6 +854,7 @@ jobs:
849854
with:
850855
token: ${{ secrets.ACTION_MONITORING_SLACK }}
851856
LIBMYSQLCLIENT:
857+
if: false
852858
name: LIBMYSQLCLIENT
853859
runs-on: ubuntu-${{ inputs.ubuntu_version }}
854860
steps:
@@ -896,7 +902,7 @@ jobs:
896902
with:
897903
token: ${{ secrets.ACTION_MONITORING_SLACK }}
898904
PECL:
899-
if: inputs.branch == 'master'
905+
if: false
900906
runs-on: ubuntu-22.04
901907
env:
902908
CC: ccache gcc
@@ -1008,6 +1014,7 @@ jobs:
10081014
with:
10091015
token: ${{ secrets.ACTION_MONITORING_SLACK }}
10101016
WINDOWS:
1017+
if: false
10111018
strategy:
10121019
fail-fast: false
10131020
matrix:
@@ -1054,6 +1061,7 @@ jobs:
10541061
- name: Test
10551062
run: .github/scripts/windows/test.bat
10561063
FREEBSD:
1064+
if: false
10571065
name: FREEBSD
10581066
runs-on: ubuntu-latest
10591067
steps:

0 commit comments

Comments
 (0)