Skip to content

Commit

Permalink
Avoid cleaning of location of the clone of Mmg by checkout-action v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Apr 9, 2024
1 parent 3fc36e3 commit 63ac91b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,13 @@ jobs:
if: inputs.branch_name
with:
ref: ${{github.event.inputs.branch}}
clean: false

# checkout the event branch for automatic workflows
- uses: actions/checkout@v3
if: inputs.branch_name == ''
with:
clean: false

- name: Test compilation with shared libs linkage
run: |
Expand Down

0 comments on commit 63ac91b

Please sign in to comment.