Skip to content

Commit

Permalink
updates to workflows for specified commits
Browse files Browse the repository at this point in the history
  • Loading branch information
bcallaway11 committed Sep 4, 2024
1 parent e802ed3 commit 6d9cf4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-specific-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for all branches and tags
ref: ${{ github.event.inputs.commit_sha }}

- name: Set up Pandoc
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-specific-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for all branches and tags
ref: ${{ github.event.inputs.commit_sha }}

- name: Set up R
Expand Down

0 comments on commit 6d9cf4d

Please sign in to comment.