Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Mar 28, 2024
1 parent 8249ebe commit 4b56805
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gluten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ on:
schedule:
- cron: 0 4 * * *
workflow_dispatch:
forceUpdateCache:
description: 'Force Update Cache: ture or false'
required: true
default: 'false'
inputs:
forceUpdateCache:
description: 'Force Update Cache: ture or false'
required: true
default: 'false'

env:
MVN_OPT: -Dmaven.javadoc.skip=true -Drat.skip=true -Dscalastyle.skip=true -Dspotless.check.skip -Dorg.slf4j.simpleLogger.defaultLogLevel=warn -Pjdbc-shaded,gen-policy -Dmaven.plugin.download.cache.path=/tmp/engine-archives
Expand Down

0 comments on commit 4b56805

Please sign in to comment.