File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments