diff --git a/.github/workflows/00-basic.yml b/.github/workflows/00-basic.yml index 46f9a72..08dd842 100644 --- a/.github/workflows/00-basic.yml +++ b/.github/workflows/00-basic.yml @@ -9,8 +9,6 @@ on: [push, pull_request, workflow_dispatch] jobs: # This workflow contains a single job called "build" build: - # The type of runner that the job will run on - runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: