Skip to content

Commit

Permalink
ci: release data-integrity scheduled task
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandaal authored and ArneD committed Jun 18, 2024
1 parent eec7641 commit bd2d1f7
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,13 @@ jobs:
if: ${{ (github.repository_owner == 'Informatievlaanderen') && (needs.set-release-version.outputs.version != 'none') }}
name: Semantic Release
runs-on: ubuntu-latest
needs: [ set-release-version, build-api-suspicious-cases, build-integration-veka, build-bosa-full-download, pack-api-suspicious-cases, build-data-integrity ]
needs: [
set-release-version,
build-api-suspicious-cases,
build-integration-veka,
build-bosa-full-download,
pack-api-suspicious-cases,
build-data-integrity ]
outputs:
version: ${{ steps.set-version.outputs.version }}
steps:
Expand Down Expand Up @@ -307,7 +313,8 @@ jobs:
image: [
'suspicious-cases-api',
'integration-veka',
'bosa-full-download'
'bosa-full-download',
'data-integrity'
]
steps:
- name: Configure AWS credentials
Expand Down Expand Up @@ -417,7 +424,8 @@ jobs:
matrix:
services: [
'integration-veka',
'integration-bosa-full-download'
'integration-bosa-full-download',
'integration-data-integrity'
]
steps:
- name: Deploy tasks
Expand Down Expand Up @@ -532,7 +540,8 @@ jobs:
matrix:
services: [
'integration-veka',
'integration-bosa-full-download'
'integration-bosa-full-download',
'integration-data-integrity'
]
steps:
- name: Deploy tasks
Expand Down

0 comments on commit bd2d1f7

Please sign in to comment.