Skip to content

Commit

Permalink
update dev-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Dec 18, 2024
1 parent 22670cb commit a99c8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ jobs:
timeout-minutes: 60
needs:
[
get-version,
build-backend,
build-frontend,
build-celery,
Expand All @@ -322,7 +323,6 @@ jobs:

env:
BUILD_SUFFIX: ${{ needs.get-version.outputs.VERSION }}
VERSION: ${{ needs.get-version.outputs.VERSION }}

steps:
- name: Checkout Manifest repository
Expand Down

0 comments on commit a99c8eb

Please sign in to comment.