From c907dc2a269ad0048a0e1020a5be139804bf4ee3 Mon Sep 17 00:00:00 2001 From: xyexternal <133779591+xyexternal@users.noreply.github.com> Date: Fri, 23 Feb 2024 08:51:14 +0100 Subject: [PATCH] Update hacker_pipeline.yml --- .github/workflows/hacker_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hacker_pipeline.yml b/.github/workflows/hacker_pipeline.yml index 5d239d1..15d76cd 100644 --- a/.github/workflows/hacker_pipeline.yml +++ b/.github/workflows/hacker_pipeline.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checking out PR code uses: actions/checkout@v4 - if: ${{ github.event_name == 'pull_request' }} + if: ${{ github.event_name == 'pull_request' }} with: # Number of commits to fetch. 0 indicates all history for all branches and tags. # Default: 1