Skip to content

Commit

Permalink
Ensure we grab a snippet of history
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddiO committed Jun 13, 2024
1 parent db0d249 commit 39dc929
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 2

- name: "Check release doesn't exist"
if: ${{ !contains(github.event.pull_request.labels.*.name , 'version-bypass')}}
Expand Down

0 comments on commit 39dc929

Please sign in to comment.