Browse Source

action update - common job - remove run from called workflow

crocandr 3 years ago
parent
commit
87cc5fc23b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/main.yml

+ 2 - 0
.github/workflows/main.yml

@@ -18,6 +18,8 @@ on:
 # 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"
+  checkout:
+
   build:
     # The type of runner that the job will run on
     runs-on: ubuntu-latest