remove emoji

This commit is contained in:
Waylon Walker 2020-07-26 04:44:47 +00:00
parent 626a019ad8
commit 7077483ee0

View file

@ -11,11 +11,11 @@ on:
branches: [ master ] branches: [ master ]
schedule: schedule:
- cron: 0/10 * * * * - cron: 0/10 * * * *
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:
# This workflow contains a single job called "build" # This workflow contains a single job called "build"
test-site🧪: test-site:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: ubuntu-latest runs-on: ubuntu-latest