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: