More Cleanup in workflow yaml

This commit is contained in:
Waylon Walker 2020-07-27 08:24:58 -05:00 committed by GitHub
parent a583038af2
commit cc9b73f611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: