Skip to content

Worflows updates + Table fixes #626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 11, 2024
Prev Previous commit
Next Next commit
testing worflows
  • Loading branch information
raheeliftikhar5 committed Jan 10, 2024
commit 701321d88ceb64b51c5dceed28c9e7e5edf9330a
2 changes: 1 addition & 1 deletion .github/workflows/publish-lowcoder-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

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