diff --git a/.github/workflows/ci-it.yaml b/.github/workflows/ci-it.yaml index 47d06cab019737291bf1a5135fec64e2b8a4589b..98add4438b06821a2f139328b5be1612f5e99c74 100644 --- a/.github/workflows/ci-it.yaml +++ b/.github/workflows/ci-it.yaml @@ -33,7 +33,7 @@ concurrency: cancel-in-progress: true jobs: - cis: + Test: if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule') runs-on: ${{ matrix.os }}-latest timeout-minutes: 60 @@ -87,7 +87,7 @@ jobs: ./mvnw -q --batch-mode -P"CI-with-IT" clean verify install || \ ./mvnw -q --batch-mode -P"CI-with-IT" clean verify install - result: + CI: if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule') runs-on: ubuntu-latest timeout-minutes: 60