diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2025-12-01 15:48:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-01 15:48:24 -0800 |
| commit | 2e1be41e75bdf56e589f111782692c463d4e6cb1 (patch) | |
| tree | bcdef4eeb08b123b05b8c3ace90c6a7933ec81c6 | |
| parent | 32d3a4c467738d04adde875cd167a6b1e8727c85 (diff) | |
| parent | 1eafaecd70f57db1223ca063da27ba5ff608d871 (diff) | |
| download | seaweedfs-2e1be41e75bdf56e589f111782692c463d4e6cb1.tar.xz seaweedfs-2e1be41e75bdf56e589f111782692c463d4e6cb1.zip | |
Merge branch 'fix-s3-object-tagging-issue-7589' into copilot/fix-s3-object-tagging-issue-again
| -rw-r--r-- | .github/workflows/s3-go-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/s3-go-tests.yml b/.github/workflows/s3-go-tests.yml index 556cf534e..480931e46 100644 --- a/.github/workflows/s3-go-tests.yml +++ b/.github/workflows/s3-go-tests.yml @@ -412,6 +412,7 @@ jobs: retention-days: 7 s3-tagging-tests: + # CI job for S3 object tagging tests name: S3 Tagging Tests runs-on: ubuntu-22.04 timeout-minutes: 20 @@ -433,7 +434,6 @@ jobs: - name: Run S3 Tagging Tests timeout-minutes: 15 run: | - cd weed set -x # Create clean data directory for this test run export WEED_DATA_DIR="/tmp/seaweedfs-tagging-test-$(date +%s)" |
