Skip to content

Commit

Permalink
Refactor : refactor the nightly check workflow (#33498)
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia authored Nov 1, 2024
1 parent 609b87b commit 5544b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
retention-days: 5

check-and-report-jacoco:
if: github.repository == 'SphereEx/dbplus-engine'
if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }}
name: Check - Jacoco
needs: global-environment
runs-on: self-hosted-cluster
Expand Down

0 comments on commit 5544b1d

Please sign in to comment.