We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0dc545 commit 6c5536bCopy full SHA for 6c5536b
1 file changed
‎.github/workflows/call-ci-semantic-release-sync.yml‎
@@ -21,7 +21,7 @@ on:
21
- 'renovate/**'
22
- 'chore/**'
23
- 'test/**'
24
-
+
25
pull_request:
26
branches:
27
- main
@@ -44,4 +44,8 @@ jobs:
44
# uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@38038641148ab8eaa7c9be80d9041a6c8c80641e
45
# No secrets block needed for GITHUB_TOKEN
46
# No additional changes required
47
+ with:
48
+ RUN_LINT: 0
49
+ RUN_BUILD: 0
50
+ RUN_TEST: 0
51
0 commit comments