Skip to content

Commit

Permalink
chore(ci): remove fetch depth for argos
Browse files Browse the repository at this point in the history
It is not needed anymore.
  • Loading branch information
gregberge committed Oct 20, 2023
1 parent daf8b0f commit a3d7266
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/argos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
# A minimal fetch-depth of 2 is required
# to automatically detect branch in @argos-ci/cli
fetch-depth: 2

- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit a3d7266

Please sign in to comment.