1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

chore: Rename validate step (#4969)

This is to bypass branch protection rules
This commit is contained in:
Gastón Fournier 2023-10-09 13:55:38 +02:00 committed by GitHub
parent 4c22287a21
commit 7f61438095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ on:
jobs:
validate:
name: build (18.x) # temporary solution to trick branch protection rules
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -23,12 +24,3 @@ jobs:
sed -i 's/chalk\(\w\|\.\)\+//g' node_modules/@docusaurus/core/lib/client/serverEntry.js
echo "Chalk removed"
yarn build
build:
runs-on: ubuntu-latest
name: build
strategy:
matrix:
node-version: [18.x]
steps:
- run: echo "Fake build step for docs only PRs"