Skip to content

Commit 53b3668

Browse files
committed
🔄 synced local '.github/workflows/update-releases-properties.yml' with remote '.releases/update-releases-properties.yml'
1 parent 21f72fb commit 53b3668

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/update-releases-properties.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
jobs:
1818
update-properties:
1919
runs-on: ubuntu-latest
20+
# Skip execution if running in .settings repository
21+
if: ${{ !endsWith(github.repository, '.settings') }}
2022

2123
steps:
2224
- name: Checkout repository

0 commit comments

Comments
 (0)