Skip to content

Commit 0bd5ac1

Browse files
committed
.
1 parent 104041d commit 0bd5ac1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pr_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]

.github/workflows/reusable_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:

.github/workflows/reusable_fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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:

0 commit comments

Comments
 (0)