Skip to content

Commit

Permalink
Update github-actions-duplicate-code-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias authored Jul 6, 2024
1 parent 06eac68 commit 125c2e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-actions-duplicate-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: Duplicate code
on: pull_request

jobs:
duplicate-code-check:
name: Check for duplicate code
run_if:
if: startsWith(github.head_ref, 'adventofcode')
run_if:
if: startsWith(github.head_ref, 'adventofcode')
runs-on: ubuntu-latest
steps:
- name: Check for duplicate code
Expand Down

0 comments on commit 125c2e7

Please sign in to comment.