More Cleanup in workflow yaml
This commit is contained in:
parent
a583038af2
commit
cc9b73f611
1 changed files with 1 additions and 6 deletions
7
.github/workflows/test-waylonwalker-com.yml
vendored
7
.github/workflows/test-waylonwalker-com.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue