-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a50a965
commit ba3794d
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
- commits: | ||
- subject: Fix handling of empty test matrix input | ||
hash: 727d8d275455361d3bc82b5aec392e9aaa08248b | ||
body: | | ||
Previously an empty test matrix would cause | ||
an error in the workflow. | ||
Added an if condition to check for a valid | ||
test_suite property where applicable. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Kyle Harding <[email protected]> | ||
signed-off-by: Kyle Harding <[email protected]> | ||
author: Kyle Harding | ||
nested: [] | ||
version: 1.25.7 | ||
title: "" | ||
date: 2024-07-16T20:10:01.990Z | ||
- commits: | ||
- subject: Use App Installation tokens so we can clone private submodules | ||
hash: 9ca32e51938efc3c5cd01b96eecce85665fb9698 | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.25.6 | ||
1.25.7 |