Skip to content

Commit

Permalink
Fix indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBarisic committed Dec 7, 2023
1 parent a2fc676 commit 82644a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-builds-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ jobs:
needs: [build_memgraph]
runs-on: [self-hosted, Docker, ARM64]
steps:
- name: "Clean the working directory"
- name: "Clean the working directory"
run: rm -rf *

- name: "Checkout repository and submodules"
- name: "Checkout repository and submodules"
uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit 82644a1

Please sign in to comment.