Skip to content

Commit

Permalink
CICD updates.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Jul 30, 2024
1 parent d7c4a2c commit b79b6cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
openhab: false
server_id: thing4-snapshots
deploy: true
skip_test_publish: true
skip_test_publish: true
additional_profiles: 'thing4,openhab'
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
openhab: false
server_id: thing4-snapshots
deploy: true
skip_test_publish: true
skip_test_publish: true
additional_profiles: 'thing4,openhab'
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
release_version: ${{ inputs.release_version }}
development_version: ${{ inputs.development_version }}
perform_version: ${{ inputs.perform_version }}
dry_run: ${{ inputs.dry_run }}
dry_run: ${{ inputs.dry_run }}
additional_profiles: 'thing4,openhab'

0 comments on commit b79b6cb

Please sign in to comment.