Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
build: run CI/CD jobs in sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx authored Apr 19, 2023
1 parent 326ea7f commit e910fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

tag-release:
runs-on: "ubuntu-latest"
needs: ci-check-python
steps:
- name: Checkout source code
uses: actions/checkout@v3
Expand Down

0 comments on commit e910fa0

Please sign in to comment.