Skip to content

Commit

Permalink
Refactor workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder committed May 19, 2024
1 parent 82291ae commit 2e7d7ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/suppressions-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ on:

jobs:
suppressions:
uses: ./.github/workflows/_eng-tools-test.yaml
uses: ./.github/workflows/templates/eng-tools-test.yaml
with:
package: suppressions
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Prefix with "~" to sort last in Actions list
name: ~Templates - eng/tools - Test
name: eng/tools - Test

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typespec-validation-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ on:

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

0 comments on commit 2e7d7ef

Please sign in to comment.