{{ define "title" }}pipelines · {{ .RepoInfo.FullName }}{{ end }} {{ define "extrameta" }} {{ $title := "pipelines"}} {{ $url := printf "https://tangled.org/%s/pipelines" .RepoInfo.FullName }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} {{ define "repoContent" }} {{ $active := .FilterKind }} {{ $all := (dict "Key" "all" "Value" "all" "Icon" "package" "Meta" "") }} {{ $push := (dict "Key" "push" "Value" "push" "Icon" "git-commit-horizontal" "Meta" "") }} {{ $pr := (dict "Key" "pull_request" "Value" "pull request" "Icon" "git-pull-request" "Meta" "") }} {{ $values := list $all $push $pr }}
No pipelines have been run yet
Get started by configuring CI/CD for this repository
Choose a spindle in your repository settings
Configure your CI/CD pipeline
Trigger a workflow with a push or pull request