From 6d9cf4db3fff18ac93dccab769a4de8e7e5c4916 Mon Sep 17 00:00:00 2001 From: Brantly Callaway Date: Wed, 4 Sep 2024 14:15:18 -0400 Subject: [PATCH] updates to workflows for specified commits --- .github/workflows/check-specific-commit.yaml | 1 + .github/workflows/test-specific-commit.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/check-specific-commit.yaml b/.github/workflows/check-specific-commit.yaml index 8fc4e25..2cb794f 100644 --- a/.github/workflows/check-specific-commit.yaml +++ b/.github/workflows/check-specific-commit.yaml @@ -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 diff --git a/.github/workflows/test-specific-commit.yaml b/.github/workflows/test-specific-commit.yaml index ca9c96e..a0f72ed 100644 --- a/.github/workflows/test-specific-commit.yaml +++ b/.github/workflows/test-specific-commit.yaml @@ -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