We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1627bb7 commit 0c4a920Copy full SHA for 0c4a920
1 file changed
‎.github/workflows/update-releases-properties.yml‎
@@ -17,6 +17,8 @@ on:
17
jobs:
18
update-properties:
19
runs-on: ubuntu-latest
20
+ # Skip execution if running in .settings repository
21
+ if: ${{ !endsWith(github.repository, '.settings') }}
22
23
steps:
24
- name: Checkout repository
0 commit comments