Skip to content

Commit d769c75

Browse files
testing workflows
1 parent 46a61d0 commit d769c75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-lowcoder-sdk.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ on:
99

1010
jobs:
1111
publish-package:
12+
if: ${{ github.repositoryUrl == 'git://github.com/raheeliftikhar5/lowcoder.git' }}
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Checkout repository
1516
uses: actions/checkout@v3
1617

17-
- name: Hello
18-
run: 'echo "${{ github.repositoryUrl }}"'
19-
2018
- name: Check version changes
2119
uses: EndBug/version-check@v1
2220
id: check

0 commit comments

Comments
 (0)