Skip to content

Commit

Permalink
testing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
raheeliftikhar5 committed Jan 10, 2024
1 parent 46a61d0 commit d769c75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-lowcoder-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ on:

jobs:
publish-package:
if: ${{ github.repositoryUrl == 'git://github.com/raheeliftikhar5/lowcoder.git' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Hello
run: 'echo "${{ github.repositoryUrl }}"'

- name: Check version changes
uses: EndBug/version-check@v1
id: check
Expand Down

0 comments on commit d769c75

Please sign in to comment.