Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpreuschoff committed Dec 15, 2023
1 parent 4186a7d commit f16077e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Download repository
uses: actions/checkout@v4
with:
submodules: true
submodules: false

- name: Run ERC
uses: INTI-CMNB/KiBot@v2_k7
Expand All @@ -102,7 +102,7 @@ jobs:
- name: Download repository
uses: actions/checkout@v4
with:
submodules: true
submodules: false

- name: Run DRC
uses: INTI-CMNB/KiBot@v2_k7
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Download repository
uses: actions/checkout@v4
with:
submodules: true
submodules: false

- uses: INTI-CMNB/KiBot@v2_k7
with:
Expand Down

0 comments on commit f16077e

Please sign in to comment.