Skip to content

Commit

Permalink
Merge branch 'main' into bug/update-script
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-yuen authored Jan 14, 2025
2 parents 76ae787 + 1dcbd33 commit 28bd6ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/copyright-check-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ jobs:
if: steps.check_dependabot.outputs.check == '0'
with:
fetch-depth: 0
token: ${{ secrets.WORKFLOW_SECRET }}


- name: Get modified files
if: steps.check_dependabot.outputs.check == '0'
id: modified-files
uses: tj-actions/[email protected]
with:
files_ignore: |
# ignore the yml files and header files in the github folder
.github/workflows/copyright-headers/*.txt
# ignore the yml files and worflow yml files in the github folder
.github/workflows/*.yml
.github/*.yml
**/assembly/**
Expand Down

0 comments on commit 28bd6ce

Please sign in to comment.