migrate bulkactions from private to public repo (#39646) #2830
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: Summarize Impact - Test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| paths: | |
| - package-lock.json | |
| - package.json | |
| - tsconfig.json | |
| - .github/shared | |
| - .github/workflows/_reusable-eng-tools-test.yaml | |
| - .github/workflows/summarize-impact-test.yaml | |
| - eng/tools/package.json | |
| - eng/tools/tsconfig.json | |
| - eng/tools/summarize-impact/** | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| summarize-impact: | |
| uses: ./.github/workflows/_reusable-eng-tools-test.yaml | |
| with: | |
| package: summarize-impact | |
| lint: false |