Skip to content

Commit

Permalink
Refactor : refactor the workflow (apache#33794)
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia authored Nov 25, 2024
1 parent 2973418 commit a95add6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }}
name: Check - OWASP
needs: global-environment
runs-on: self-hosted-cluster
runs-on: ${{ needs.global-environment.outputs.GLOBAL_RUNS_ON }}
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
Expand All @@ -213,7 +213,7 @@ jobs:
if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }}
name: Check - Jacoco
needs: global-environment
runs-on: self-hosted-cluster
runs-on: ${{ needs.global-environment.outputs.GLOBAL_RUNS_ON }}
timeout-minutes: 80
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a95add6

Please sign in to comment.