File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 7
7
push :
8
8
paths :
9
9
- ' .github/docker/*.Dockerfile'
10
+ - ' .github/scripts/*'
10
11
11
12
permissions :
12
13
contents : read
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
uses : ./.github/workflows/reusable_checks.yml
22
22
FastBuild :
23
23
name : Fast builds
24
- needs : [CodeChecks]
24
+ # needs: [CodeChecks]
25
25
uses : ./.github/workflows/reusable_fast.yml
26
26
Build :
27
27
name : Basic builds
28
- needs : [FastBuild]
28
+ # needs: [FastBuild]
29
29
uses : ./.github/workflows/reusable_basic.yml
30
30
DevDax :
31
31
needs : [FastBuild]
Original file line number Diff line number Diff line change 18
18
name : Ubuntu
19
19
runs-on : ubuntu-latest
20
20
container :
21
- image : ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
21
+ # image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
22
+ image : ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
22
23
options : --privileged
23
24
volumes :
24
25
- ${{ github.workspace }}:${{ github.workspace }}
Original file line number Diff line number Diff line change 16
16
name : Linux
17
17
runs-on : ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-22.04' }}
18
18
container :
19
- image : ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
19
+ # image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
20
+ image : ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
20
21
options : --user test_user --privileged
21
22
volumes :
22
23
- ${{ github.workspace }}:${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments