feat: Implement POC global request interceptor and curl command #118
This file contains hidden or 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: Test Dependabot PR | |
| on: | |
| pull_request_target: | |
| types: | |
| - synchronize | |
| - reopened | |
| - opened | |
| branches: | |
| - 'master' | |
| jobs: | |
| test: | |
| name: Tests / Build / Sanity Run | |
| if: github.actor == 'dependabot[bot]' | |
| uses: ./.github/workflows/testAndSanity.yml |