Skip to content

Commit

Permalink
chore: Refactor CI workflow and add type checking step
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeraa committed Jul 14, 2024
1 parent c5bf94a commit ef61bed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
workflow_run:
workflows: [CI]
push:
branches:
- main
- recode
types:
- completed
jobs:
docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ef61bed

Please sign in to comment.