Fix to allow customers pass in the location along with resource group… #7036
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: sdk-suppressions - Test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - typespec-next | |
| pull_request: | |
| paths: | |
| - package-lock.json | |
| - package.json | |
| - tsconfig.json | |
| - .github/shared | |
| - .github/workflows/_reusable-eng-tools-test.yaml | |
| - .github/workflows/sdk-suppressions-test.yaml | |
| - eng/tools/package.json | |
| - eng/tools/tsconfig.json | |
| - eng/tools/sdk-suppressions/** | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| sdkSuppressions: | |
| name: sdk-suppressions | |
| uses: ./.github/workflows/_reusable-eng-tools-test.yaml | |
| with: | |
| package: sdk-suppressions |