This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow-cancel-workflow-runs.git
commit e41960ef5c41bce5c50c1382faf2743a394b4b2e Author: Jason T. Greene <[email protected]> AuthorDate: Tue Feb 4 09:41:14 2020 -0600 Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22f77f6..76a856f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cancel-previous-runs -This action cancels all previous runs on the same branch, effectively limiting the resource consumption of the workflow using this action to one run per branch. +[**BETA**] This action cancels all previous runs on the same branch, effectively limiting the resource consumption of the workflow using this action to one run per branch. <p><a href="https://github.com/actions/typescript-action/actions"><img alt="typescript-action status" src="https://github.com/actions/typescript-action/workflows/build-test/badge.svg"></a>
