Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the condition name in tekton.dev/conditionCheck
The condition is implemented with a TaskRun. Right now the TaskRun is labelled with tekton.dev/conditionCheck which contains the name of the TaskRun itself. We should instead use the label to carry data that is useful for discovering this TaskRun, and which is not already available, i.e. the name of the Condition from which the TaskRun was generated.
- Loading branch information