Remove checkout from dev.yml

This commit is contained in:
Théophile Diot 2023-06-26 12:55:17 -04:00
parent 642da402bc
commit c2cfd4dd9f
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 0 additions and 5 deletions

View File

@ -7,11 +7,6 @@ on:
branches: [dev]
jobs:
checkout-repository:
uses: actions/checkout@v2
with:
submodules: recursive
# Containers
build-containers:
strategy: