Skip to content

Commit f108e75

Browse files
authored
Update test.yml to be reusable
This will allow us to re-use the same workflow file in all of our repos instead of having to constantly update it in each one when we want to tweak the matrix.
1 parent d24d34e commit f108e75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
schedule:
99
- cron: "0 0 * * 4" # every Thursday
10+
workflow_call:
1011

1112
concurrency:
1213
group: test-${{ github.ref_name }}

0 commit comments

Comments
 (0)