Skip to content

Commit 99654df

Browse files
authored
Fix CD workflow template (#261)
1 parent 5cca213 commit 99654df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/changes/unreleased.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Unreleased
22

3+
## 🐞 Fixed
4+
5+
* Fixed CD workflow template
6+
37
## 🔩 Internal
8+
49
* Relock dependencies

exasol/toolbox/templates/github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313

1414
cd-job:
1515
name: Continuous Delivery
16-
needs: [ ci-job ]
1716
uses: ./.github/workflows/build-and-publish.yml
1817
secrets:
1918
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)