This is an automated email from the ASF dual-hosted git repository. zhonghongsheng pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/dev by this push: new 0bdf8aa09f1 Update Operation E2E 0bdf8aa09f1 is described below commit 0bdf8aa09f1e55ea6d7019fe7c6d1cef38ccd2c2 Author: Hongsheng Zhong <zhonghongsh...@apache.org> AuthorDate: Wed May 14 17:46:36 2025 +0800 Update Operation E2E --- .github/workflows/e2e-operation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-operation.yml b/.github/workflows/e2e-operation.yml index 44eae27a843..0dd413d293b 100644 --- a/.github/workflows/e2e-operation.yml +++ b/.github/workflows/e2e-operation.yml @@ -42,7 +42,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v4 - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 id: filter with: token: ${{ github.token }} @@ -52,7 +52,7 @@ jobs: e2e-operation: name: E2E - ${{ matrix.operation }} on ${{ matrix.image.version }} - if: github.repository == 'apache/shardingsphere' + if: github.repository == 'apache/shardingsphere1' needs: [ detect-changed-files, global-environment ] runs-on: ubuntu-latest timeout-minutes: 40