From 3533e8de1b696009b876c9b31cc7b989c6a0c3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=B5=E5=90=9B=20Nianjun=20Sun?= Date: Thu, 12 Oct 2023 12:13:05 +0800 Subject: [PATCH] Remove useless script (#28729) * Automated Change * Automated Change * Automated Change * Refactor : remove useless file * Refactor : refactor the workflow trigger condition --------- Co-authored-by: taojintianxia --- .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 03534c0ac733a..f55ec6c72f455 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 }}