This is an automated email from the ASF dual-hosted git repository. jianglongtao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push: new 3533e8de1b6 Remove useless script (#28729) 3533e8de1b6 is described below commit 3533e8de1b696009b876c9b31cc7b989c6a0c3bf Author: 孙念君 Nianjun Sun <sunnian...@apache.org> AuthorDate: Thu Oct 12 12:13:05 2023 +0800 Remove useless script (#28729) * Automated Change * Automated Change * Automated Change * Refactor : remove useless file * Refactor : refactor the workflow trigger condition --------- Co-authored-by: taojintianxia <taojintian...@users.noreply.github.com> --- .github/workflows/required-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/required-reusable.yml b/.github/workflows/required-reusable.yml index 03534c0ac73..f55ec6c72f4 100644 --- a/.github/workflows/required-reusable.yml +++ b/.github/workflows/required-reusable.yml @@ -55,7 +55,7 @@ jobs: echo "GLOBAL_CACHE_PREFIX=${GLOBAL_CACHE_PREFIX}" >> $GITHUB_OUTPUT if [ ${{ toJSON(github.repository) }} = ${{ steps.import-variables.outputs.GLOBAL_REPOSITORY }} ]; then echo "GLOBAL_IS_NIGHTLY_JOB_EXECUTABLE=true" >> $GITHUB_OUTPUT - echo "GLOBAL_JOB_ENABLED=false" >> $GITHUB_OUTPUT + echo "GLOBAL_JOB_ENABLED=true" >> $GITHUB_OUTPUT fi outputs: GLOBAL_RUNS_ON: ${{ steps.import-variables.outputs.GLOBAL_RUNS_ON }}