Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Nov 25, 2023
1 parent df8e297 commit b41753c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/no-important-files-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
env:
TARGET_BRANCH: ${{ github.base_ref }}
run: |
set -x
for changed_file in $(git diff --name-only $TARGET_BRANCH); do
if ! echo "$changed_file" | grep --quiet --extended-regexp 'exercises/(practice|concept)' ; then
continue
Expand Down Expand Up @@ -62,3 +63,8 @@ jobs:
repo: context.repo.repo,
body: body
})
- name: Sanity check
if: steps.check.outputs.important_files_changed == 'false'
run: echo "No important files changed"

0 comments on commit b41753c

Please sign in to comment.