Add no-s3-storage tag to local_plain_rewritable ut #245
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
# The CI for each commit, prints envs and content of GITHUB_EVENT_PATH | |
name: Debug | |
'on': | |
[push, pull_request, pull_request_review, release, workflow_dispatch, workflow_call] | |
jobs: | |
DebugInfo: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hmarr/debug-action@f7318c783045ac39ed9bb497e22ce835fdafbfe6 |