Skip to content

Commit 65fc300

Browse files
committed
ci: soql-common releases should not trigger Publish to Microsoft Marketplace and Publish to Open VSX Registry workflows
1 parent f280c88 commit 65fc300

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publishOpenVSX.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
prepare-environment-from-main:
1212
name: 'Get Release Version'
13+
if: github.event_name != 'release' || !startsWith(github.event.release.tag_name, 'soql-common')
1314
runs-on: ubuntu-latest
1415
environment: publish
1516
outputs:

.github/workflows/publishVSCode.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
prepare-environment-from-main:
1212
name: 'Get Release Version'
13+
if: github.event_name != 'release' || !startsWith(github.event.release.tag_name, 'soql-common')
1314
runs-on: ubuntu-latest
1415
environment: publish
1516
outputs:

0 commit comments

Comments
 (0)