Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: migrate upload artifact to v4 #5570

Merged
merged 11 commits into from
Jan 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bugfix
  • Loading branch information
zhoucheng361 committed Jan 24, 2025
commit 1278c566dc2f60114c054f8fa3aa570ae78620b8
4 changes: 2 additions & 2 deletions .github/workflows/fsrand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- main
- release**
paths:
- '**/fsrand2.yml'
- '**/fsrand.yml'
- '**/fs.py'
- '**/fs_test.py'
- '**/fs_acl_test.py'
Expand All @@ -29,7 +29,7 @@ on:
required: false
default: false
jobs:
fsrand2:
fsrand:
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down
Loading