This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
rgw/sfs: ignore deleted buckets on list multipart #854
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check PR dependencies | |
on: [pull_request_target] | |
jobs: | |
check_dependencies: | |
runs-on: ubuntu-latest | |
name: Check PR Dependencies | |
steps: | |
- uses: gregsdennis/dependencies-action@80b5ffec566913b1494d5a8577ab0d60e476271d | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |