mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 06:01:31 -05:00
fix(GHA): remove unused matrix
This commit is contained in:
3
.github/workflows/deploy-legacy.yml
vendored
3
.github/workflows/deploy-legacy.yml
vendored
@@ -32,9 +32,6 @@ jobs:
|
||||
name: API (Legacy) - [${{ needs.setup-jobs.outputs.tgt_env_short }}]
|
||||
needs: [setup-jobs]
|
||||
runs-on: ubuntu-24.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20]
|
||||
permissions:
|
||||
deployments: write
|
||||
contents: read
|
||||
|
||||
3
.github/workflows/e2e-with-new-api.yml
vendored
3
.github/workflows/e2e-with-new-api.yml
vendored
@@ -76,9 +76,6 @@ jobs:
|
||||
build-new-api:
|
||||
name: Build New Api (Container)
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
|
||||
@@ -24,9 +24,6 @@ jobs:
|
||||
build-client:
|
||||
name: Build Client (Container)
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
@@ -58,9 +55,6 @@ jobs:
|
||||
build-new-api:
|
||||
name: Build New Api (Container)
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
|
||||
Reference in New Issue
Block a user