Skip to content

Commit b79b6cb

Browse files
committedJul 30, 2024
CICD updates.
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
1 parent d7c4a2c commit b79b6cb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎.github/workflows/pr.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
openhab: false
1818
server_id: thing4-snapshots
1919
deploy: true
20-
skip_test_publish: true
20+
skip_test_publish: true
21+
additional_profiles: 'thing4,openhab'

‎.github/workflows/push.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
openhab: false
1818
server_id: thing4-snapshots
1919
deploy: true
20-
skip_test_publish: true
20+
skip_test_publish: true
21+
additional_profiles: 'thing4,openhab'

‎.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
release_version: ${{ inputs.release_version }}
3636
development_version: ${{ inputs.development_version }}
3737
perform_version: ${{ inputs.perform_version }}
38-
dry_run: ${{ inputs.dry_run }}
38+
dry_run: ${{ inputs.dry_run }}
39+
additional_profiles: 'thing4,openhab'

0 commit comments

Comments
 (0)