Skip to content

Commit 584fb43

Browse files
authored
Merge pull request #7 from swm-launchpad/feat/LP-493-remove-ci-from-cd
[LP-493] Remove CI dependency from CD workflow
2 parents d3cc40b + 35bc4f6 commit 584fb43

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ env:
1515
GO_VERSION: '1.25.3'
1616

1717
jobs:
18-
ci:
19-
uses: ./.github/workflows/ci.yml
20-
2118
deploy-to-production:
22-
needs: ci
2319
runs-on: ubuntu-latest
2420

2521
steps:

0 commit comments

Comments
 (0)