Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[workflows] Start convention to prefix templates with "_" #29149

Merged
merged 2 commits into from
May 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: eng/tools Test
name: Templates - eng/tools - Test
mikeharder marked this conversation as resolved.
Show resolved Hide resolved

on:
workflow_call:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/suppressions-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ on:
- package-lock.json
- package.json
- tsconfig.json
- .github/workflows/eng-tools-test.yaml
- .github/workflows/_eng-tools-test.yaml
- .github/workflows/suppressions-test.yaml
- eng/tools/package.json
- eng/tools/tsconfig.json
- eng/tools/suppressions

jobs:
suppressions:
uses: ./.github/workflows/eng-tools-test.yaml
uses: ./.github/workflows/_eng-tools-test.yaml
with:
package: suppressions
4 changes: 2 additions & 2 deletions .github/workflows/typespec-validation-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- package-lock.json
- package.json
- tsconfig.json
- .github/workflows/eng-tools-test.yaml
- .github/workflows/_eng-tools-test.yaml
- .github/workflows/typespec-validation-test.yaml
- eng/tools/package.json
- eng/tools/tsconfig.json
Expand All @@ -22,6 +22,6 @@ on:

jobs:
typespec-validation:
uses: ./.github/workflows/eng-tools-test.yaml
uses: ./.github/workflows/_eng-tools-test.yaml
with:
package: typespec-validation