未验证 提交 0b587acf 编写于 作者: K kezhenxu94 提交者: GitHub

Update ci-it.yaml

上级 71a38a04
...@@ -33,7 +33,7 @@ concurrency: ...@@ -33,7 +33,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
cis: Test:
if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule') if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule')
runs-on: ${{ matrix.os }}-latest runs-on: ${{ matrix.os }}-latest
timeout-minutes: 60 timeout-minutes: 60
...@@ -87,7 +87,7 @@ jobs: ...@@ -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 || \
./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') if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule')
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 60 timeout-minutes: 60
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册