File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 uses : ./.github/workflows/reusable_checks.yml
2222 FastBuild :
2323 name : Fast builds
24- needs : [CodeChecks]
24+ # needs: [CodeChecks]
2525 uses : ./.github/workflows/reusable_fast.yml
2626 Build :
2727 name : Basic builds
28- needs : [FastBuild]
28+ # needs: [FastBuild]
2929 uses : ./.github/workflows/reusable_basic.yml
3030 DevDax :
3131 needs : [FastBuild]
Original file line number Diff line number Diff line change 2020 container :
2121 # image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
2222 image : ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
23- options : --cap-add SYS_NICE
23+ options : --user test_user -- cap-add SYS_ADMIN
2424 volumes :
2525 - ${{ github.workspace }}:${{ github.workspace }}
2626 strategy :
Original file line number Diff line number Diff line change 1818 container :
1919 # image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
2020 image : ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
21- options : --user test_user --cap-add SYS_NICE
21+ options : --user test_user --cap-add SYS_ADMIN
2222 volumes :
2323 - ${{ github.workspace }}:${{ github.workspace }}
2424 strategy :
You can’t perform that action at this time.
0 commit comments