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
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
@ -12,9 +8,8 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/10 * * * *'
|
- cron: '*/10 * * * *'
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test-site:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue