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 d863d35 commit 1b14546
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deloyment_on_webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@ name: Deploy on Webhook

on:
workflow_run:
workflows:
workflows:
- "Python Lint"
- "Run tests"
types:
- completed

jobs:
deploy:
needs: ["Python Lint", "Run tests"]
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Download lint result
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 1b14546

Please sign in to comment.