From 7077483ee0c0cf3c06bfa5a35709a460da4fc171 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 26 Jul 2020 04:44:47 +0000 Subject: [PATCH] remove emoji --- .github/workflows/test-waylonwalker-com.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-waylonwalker-com.yml b/.github/workflows/test-waylonwalker-com.yml index 794ee6c..64563ef 100644 --- a/.github/workflows/test-waylonwalker-com.yml +++ b/.github/workflows/test-waylonwalker-com.yml @@ -11,11 +11,11 @@ on: branches: [ master ] schedule: - cron: 0/10 * * * * - + # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - test-site🧪: + test-site: # The type of runner that the job will run on runs-on: ubuntu-latest