Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Merged
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
9 changes: 5 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Tekton Tasks Tests

on:
push:
branches:
- main
pull_request:
workflow_dispatch: # This makes it manual-only
# push:
# branches:
# - main
# pull_request:

env:
IMAGE_BASE: ${{ github.repository }}
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

[![Tekton Tasks Tests](https://github.com/opendevstack/ods-pipeline/actions/workflows/main.yaml/badge.svg)](https://github.com/opendevstack/ods-pipeline/actions/workflows/main.yaml)

**IMPORTANT: This approach is currently being evaluated. This may or may not become part of ODS one day.**
## Status: Archived

**WARNING: At the moment we have no plans to further evaluate and/or maintain ods-pipeline. For more details, read [#748](https://github.com/opendevstack/ods-pipeline/issues/748).**

## Introduction

Expand Down