We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a61d0 commit d769c75Copy full SHA for d769c75
1 file changed
.github/workflows/publish-lowcoder-sdk.yml
@@ -9,14 +9,12 @@ on:
9
10
jobs:
11
publish-package:
12
+ if: ${{ github.repositoryUrl == 'git://github.com/raheeliftikhar5/lowcoder.git' }}
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v3
17
- - name: Hello
18
- run: 'echo "${{ github.repositoryUrl }}"'
19
-
20
- name: Check version changes
21
uses: EndBug/version-check@v1
22
id: check
0 commit comments