mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix: Re-enable CI checks on release branches (#27390)
This commit is contained in:
committed by
GitHub
parent
5107cc0fd9
commit
a54a24e3b5
3
.github/workflows/superset-docs-deploy.yml
vendored
3
.github/workflows/superset-docs-deploy.yml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
- "docs/**"
|
||||
branches:
|
||||
- "master"
|
||||
- "[0-9].[0-9]"
|
||||
|
||||
jobs:
|
||||
config:
|
||||
@@ -38,7 +39,7 @@ jobs:
|
||||
- name: Set up Node.js 16
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version: "16"
|
||||
- name: yarn install
|
||||
run: |
|
||||
yarn install --check-cache
|
||||
|
||||
Reference in New Issue
Block a user