Skip to content

Commit aa91cd5

Browse files
committed
workflow: skip generated branch updates
1 parent e620d01 commit aa91cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fhem_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on:
3535

3636
jobs:
3737
update_controls:
38-
if: github.event_name == 'push'
38+
if: github.event_name == 'push' && github.event.head_commit.message != 'Automatic update of controls and CHANGED'
3939
env:
4040
CONTROLS_FILENAME: controls_${{ github.event.repository.name }}.txt
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)