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 278c573 commit b42f7d0Copy full SHA for b42f7d0
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