From 32a6bf4d71818e1088ca6b92abf28bbf6eb1700d Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Sun, 22 Nov 2020 15:21:12 +0530 Subject: [PATCH] :fire: Remove Test CI --- .github/workflows/test.yml | 18 ------------------ README.md | 1 - 2 files changed, 19 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 4e053142..00000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Test CI -on: - push: - branches: - - master -jobs: - test: - name: Test action - runs-on: ubuntu-18.04 - if: "contains(github.event.head_commit.message, 'Deploy new version')" - steps: - - name: Checkout - uses: actions/checkout@v2.3.4 - - name: Add sample config - run: echo "sites:" > .upptimerc.yml - - uses: ./ - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 5d107b89..5328bd70 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ This repository contains Upptime's GitHub Action. [**To get started, visit upptime/upptime →**](https://github.com/upptime/upptime) [![Build CI](https://github.com/upptime/uptime-monitor/workflows/Build%20CI/badge.svg)](https://github.com/upptime/uptime-monitor/actions?query=workflow%3A%22Build+CI%22) -[![Test CI](https://github.com/upptime/uptime-monitor/workflows/Test%20CI/badge.svg)](https://github.com/upptime/uptime-monitor/actions?query=workflow%3A%22Test+CI%22) [![Release CI](https://github.com/upptime/uptime-monitor/workflows/Release%20CI/badge.svg)](https://github.com/upptime/uptime-monitor/actions?query=workflow%3A%22Release+CI%22) [![Node CI](https://github.com/upptime/uptime-monitor/workflows/Node%20CI/badge.svg)](https://github.com/upptime/uptime-monitor/actions?query=workflow%3A%22Node+CI%22)