mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
Disable v2 workflows temporarily
This commit is contained in:
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
@@ -2,9 +2,9 @@ name: Build SPC Binary
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main", "v3" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main", "v3" ]
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/release-build.yml'
|
- '.github/workflows/release-build.yml'
|
||||||
release:
|
release:
|
||||||
|
|||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -106,6 +106,7 @@ jobs:
|
|||||||
run: SPC_LIBC=glibc vendor/bin/phpunit tests/ --no-coverage
|
run: SPC_LIBC=glibc vendor/bin/phpunit tests/ --no-coverage
|
||||||
|
|
||||||
define-matrix:
|
define-matrix:
|
||||||
|
if: false # TODO: enable when refactoring workflows
|
||||||
name: "Define Matrix"
|
name: "Define Matrix"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
@@ -131,6 +132,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
if: false
|
||||||
name: "Build PHP Test (PHP ${{ matrix.php }} ${{ matrix.os }})"
|
name: "Build PHP Test (PHP ${{ matrix.php }} ${{ matrix.os }})"
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
needs: [define-matrix, php-cs-fixer, phpstan, phpunit]
|
needs: [define-matrix, php-cs-fixer, phpstan, phpunit]
|
||||||
|
|||||||
6
.github/workflows/vitepress-deploy.yml
vendored
6
.github/workflows/vitepress-deploy.yml
vendored
@@ -2,9 +2,9 @@ name: Docs Auto Deploy
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- v3
|
||||||
paths:
|
paths:
|
||||||
- 'config/**.json'
|
- 'config/**.yml'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'package.json'
|
- 'package.json'
|
||||||
- 'yarn.lock'
|
- 'yarn.lock'
|
||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'crazywhalecc/static-php-cli'
|
if: github.repository == 'crazywhalecc/static-php-cli'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout master
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user