Disambiguate crc32 from crc32c for s390x impl. #6328
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@a701ed95a46e6f2fb0df25e1a558c16356fae35a |