Skip to content

Commit f377f39

Browse files
authored
Merge device-backend repo's changelog into software/CHANGELOG.md (#563)
* Merge device-backend repo's changelog into `software/CHANGELOG.md` * Don't rebuild OS images in PRs which only touch `software/CHANGELOG.md`
1 parent 3094413 commit f377f39

File tree

5 files changed

+38
-12
lines changed

5 files changed

+38
-12
lines changed

.github/workflows/build-os-bookworm-dx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
pull_request:
1616
paths:
1717
- 'software/**'
18+
- '!software/CHANGELOG.md'
1819
- '.github/workflows/build-os*.yml'
1920
#merge_group:
2021
workflow_dispatch:

.github/workflows/build-os-bookworm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
pull_request:
1616
paths:
1717
- 'software/**'
18+
- '!software/CHANGELOG.md'
1819
- '.github/workflows/build-os*.yml'
1920
#merge_group:
2021
workflow_dispatch:

.github/workflows/build-os-bullseye-dx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
pull_request:
1616
paths:
1717
- 'software/**'
18+
- '!software/CHANGELOG.md'
1819
- '.github/workflows/build-os*.yml'
1920
#merge_group:
2021
workflow_dispatch:

.github/workflows/build-os-bullseye.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
pull_request:
1616
paths:
1717
- 'software/**'
18+
- '!software/CHANGELOG.md'
1819
- '.github/workflows/build-os*.yml'
1920
merge_group:
2021
workflow_dispatch:

0 commit comments

Comments
 (0)