Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Jan 23, 2024
1 parent 3cc85b6 commit c48b84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/skip-ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
run: |
skipList=(".github/codeowners")
# Ignores changelog.md, readme.md,...
fileChangesArray=($(git diff --name-only origin/${{ github.base_ref }}..${{ github.head_ref }} | grep -v '\.md$'))
fileChangesArray=($(git diff --name-only origin/${{ github.base_ref }}..origin/${{ github.head_ref }} | grep -v '\.md$'))
echo ${fileChangesArray}
for item in "${fileChangesArray[@]}"
do
Expand Down

0 comments on commit c48b84c

Please sign in to comment.