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 9d1cd6d commit 54228ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deloyment_on_webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
needs: ["lint", "pytest"]

steps:
- name: Download lint result
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: lint-result
path: lint_result.txt
path: lint_result.txt

0 comments on commit 54228ec

Please sign in to comment.