From cc9b73f611e4f96a24e09c8d3fe6295ba8cbb4a8 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Mon, 27 Jul 2020 08:24:58 -0500 Subject: [PATCH] More Cleanup in workflow yaml --- .github/workflows/test-waylonwalker-com.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test-waylonwalker-com.yml b/.github/workflows/test-waylonwalker-com.yml index 45aab3f..7c2d2eb 100644 --- a/.github/workflows/test-waylonwalker-com.yml +++ b/.github/workflows/test-waylonwalker-com.yml @@ -1,9 +1,5 @@ -# This is a basic workflow to help you get started with Actions - name: Test WaylonWalker.com -# Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the master branch on: push: branches: [ main ] @@ -12,9 +8,8 @@ on: schedule: - cron: '*/10 * * * *' -# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - test: + test-site: runs-on: ubuntu-latest steps: