Merge branch 'master' into truncate_for_obj_storage_disks #61
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 |