Skip to content

Commit

Permalink
Update hacker_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xyexternal authored Feb 23, 2024
1 parent 6c9de27 commit c907dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hacker_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c907dc2

Please sign in to comment.