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