From 2d7ff4f878d1b158fac9cd7d395e696acbbecfd4 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 1 Apr 2020 12:28:56 -0500 Subject: [PATCH] Updated test --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 687e1fb..9537963 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,8 @@ on: - master jobs: - build: + test: + name: Test Suite runs-on: ubuntu-latest steps: # Checkout updated source code @@ -22,7 +23,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Rollback Release - if: failure() && steps.create_release.outputs.id != '' + if: success() uses: author/action-rollback@stable with: tag: ${{ steps.autotagger.outputs.tagname }}