Skip to content

Commit

Permalink
Skip test publishing for parent.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Jan 29, 2024
1 parent 6761bf2 commit fd8e6e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
build:
#if: ${{ true }}
permissions:
checks: write
contents: read
Expand All @@ -17,4 +16,5 @@ jobs:
with:
openhab: false
server_id: thing4-snapshots
deploy: true
deploy: true
skip_test_publish: true
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:
with:
openhab: false
server_id: thing4-snapshots
deploy: true
deploy: true
skip_test_publish: true

0 comments on commit fd8e6e0

Please sign in to comment.