mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-31 13:34:24 +02:00
[GHA] Adapt rebuild (#4785)
* Move triggering rebuild on label to separate workflow * Grant permissions for removing label Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -11,12 +11,10 @@ on:
|
||||
- 'main'
|
||||
paths-ignore:
|
||||
- '.github/**/*.md'
|
||||
types: [opened,synchronize,reopened,labeled]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ (github.event_name == 'pull_request' && github.event.action != 'labeled') || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.label.name == 'rebuild' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user