-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check-all job and fix job_id (#2053)
Add check-all job that will be used as required check This should eliminate the need for constant updating of required checks list in repo config Getting job_id was broken for some jobs due to name changes Moving to action from tt-github-actions for fetching job_id. This should be more stable and uniform across projects. Action will fail if it can't fetch job_id, so it should also prevent us from breaking it in future.
- Loading branch information
1 parent
67a1148
commit 48ade5e
Showing
3 changed files
with
42 additions
and
37 deletions.
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
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