Skip to content

Commit

Permalink
conditial-pull-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jbropho committed Feb 28, 2024
1 parent 51b7557 commit 024a6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-tags: ${{ startsWith(github.ref, 'refs/tags') != true }}
fetch-depth: 100
- name: build
run: |
Expand Down

0 comments on commit 024a6ad

Please sign in to comment.