diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d47f815f..5fe68a76c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,7 +215,7 @@ jobs: if: ${{ !cancelled() }} && github.event_name == 'pull_request' run: | excluded_files="config.yaml" - excluded_extensions="ans|json|md|png|ssz|txt" + excluded_extensions="ans|json|md|png|service|ssz|txt" current_year=$(date +"%Y") outdated_files=()