Skip to content

Commit

Permalink
test skip-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Dec 11, 2024
1 parent a1fe244 commit 4263dcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
outputs:
run: ${{ steps.check.outputs.should_run }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # This ensures we have access to the commit history

- id: check
shell: bash
run: |
Expand Down

0 comments on commit 4263dcf

Please sign in to comment.