Skip to content

Commit 1386b37

Browse files
committed
ci: checkout changes of branches to test with updates in motion
1 parent 66d677e commit 1386b37

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/versioning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
needs: stablearhtns
3939
runs-on: self-hosted
4040
steps:
41-
- name: Checkout this repo
41+
- name: Checkout the changes
4242
uses: actions/checkout@v4
4343
with:
4444
fetch-depth: 0
45-
ref: update
45+
ref: ${{ github.event.pull_request.head.ref || 'update' }}
4646
- name: Reflect existing Nix
4747
id: nixos
4848
continue-on-error: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ versioning is done in a continuous fashion without worries of breaking changes.
66

77
## patches
88

9+
- `ci`: checkout changes of branches to test with updates in motion 2025-03-04
910
- `nix`: move pulse audio from hardware to services in toms configs 2025-03-02
1011
- `nix`: avoid global packages while overlayed other packages exist 2025-03-02
1112
- `nix`: skip specific darwin configurations of the package manager 2025-03-02

0 commit comments

Comments
 (0)