Skip to content

Commit

Permalink
feat: Improve CI / CD
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Jun 23, 2024
1 parent 54228ec commit d863d35
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deloyment_on_webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
needs: ["lint", "pytest"]

steps:
- name: Download lint result
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Upload lint result
if: success()
run: echo "lint_success=1" > lint_result.txt
continue-on-error: true

- uses: actions/upload-artifact@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Upload test result
if: success()
run: echo "test_success=1" > test_result.txt
continue-on-error: true

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit d863d35

Please sign in to comment.