Skip to content

Commit

Permalink
chore: Rename validate step (#4969)
Browse files Browse the repository at this point in the history
This is to bypass branch protection rules
  • Loading branch information
gastonfournier committed Oct 9, 2023
1 parent 4c22287 commit 7f61438
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build_doc_prs.yaml
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit 7f61438

Please sign in to comment.