Skip to content

Commit 3eda17e

Browse files
authored
Add name to controller post_test job to use for CI requirement checks (#737)
*Issue #, if available:* *Description of changes:* Today, we don't have a way to require controller tests as the name of the job matches those in other workflows. This gives the controller tests a unique job name such that we can require specifically on it. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
1 parent 377ccf8 commit 3eda17e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/controller-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
make e2e-controller
4141
4242
post_test:
43+
name: "Controller Post Test"
4344
if: always()
4445
needs:
4546
- controller_test

0 commit comments

Comments
 (0)