Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/en/plugin__pipelines-console-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@
"Requester": "Requester",
"Required": "Required",
"Rerun": "Rerun",
"Reset": "Reset",
"Reset view": "Reset view",
"Resource is being fetched from Tekton Results.": "Resource is being fetched from Tekton Results.",
"Resource is deleted.": "Resource is deleted.",
Expand Down Expand Up @@ -610,6 +609,7 @@
"Unable to load PipelineRun status": "Unable to load PipelineRun status",
"Unable to load total runs": "Unable to load total runs",
"Unable to locate any tasks.": "Unable to locate any tasks.",
"Unable to show results at the moment": "Unable to show results at the moment",
"Unique name of the new secret.": "Unique name of the new secret.",
"Unknown": "Unknown",
"Unknown error retrieving logs": "Unknown error retrieving logs",
Expand Down
2 changes: 2 additions & 0 deletions src/components/hooks/useTaskRuns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ export const useTaskRuns = (
pipelineRunUid?: string,
): [TaskRunKind[], boolean, unknown, GetNextPage] => {
const selector: Selector = React.useMemo(() => {
console.log('this is a test log triggering ci changes');

if (pipelineRunName && pipelineRunUid) {
return {
matchLabels: {
Expand Down