From 8d40b3af70ac812905beddfe137f4b7b86b7a276 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Mon, 10 May 2021 10:49:54 -0400 Subject: [PATCH] Revert "Do not double pull within rituals" This reverts commit 9c80d7a4ec3bcb1e4f358d11b7a67f77e240e6c8. --- .github/workflows/rituals.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/rituals.yaml b/.github/workflows/rituals.yaml index 8177529e5c..69642109ac 100644 --- a/.github/workflows/rituals.yaml +++ b/.github/workflows/rituals.yaml @@ -29,7 +29,6 @@ jobs: steps: - uses: actions/checkout@v1 - if: github.event_name == 'push' - uses: r-lib/actions/pr-fetch@master name: Git Pull (PR)