Skip to content

Commit 2b3edf2

Browse files
Add path filters
1 parent 2c9c423 commit 2b3edf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/_update-self-references.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
find: 'EXERCISE_TOOLKIT_REF: [^\s]+'
3131
replace: "EXERCISE_TOOLKIT_REF: ${{ github.sha }}"
3232
include: ".github/workflows/*.yml"
33+
exclude: ".github/workflows/_*.yml"
3334
regex: true
3435

3536
- name: Create Pull Request
@@ -46,6 +47,8 @@ jobs:
4647
*This PR was automatically created by the `update-self-references` workflow.*
4748
branch: update-self-refs
4849
delete-branch: true
50+
add-paths: |
51+
.github/workflows/*.yml
4952
draft: false
5053
reviewers: |
5154
FidelusAleksander

0 commit comments

Comments
 (0)