File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
permissions : read-all
20
20
jobs :
21
21
setup-matrix :
22
- runs-on : ${{ github.repository_owner == ' intel' && 'intel -ubuntu-latest' || 'ubuntu-latest' }}
22
+ runs-on : intel-ubuntu-latest
23
23
outputs :
24
24
matrix : ${{ steps.set-matrix.outputs.matrix }}
25
25
steps :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions: read-all
28
28
jobs :
29
29
analysis :
30
30
name : Scorecard analysis
31
- runs-on : ${{ github.repository_owner == ' intel' && 'intel -ubuntu-latest' || 'ubuntu-latest' }}
31
+ runs-on : intel-ubuntu-latest
32
32
permissions :
33
33
security-events : write
34
34
id-token : write
Original file line number Diff line number Diff line change 20
20
permissions : read-all
21
21
jobs :
22
22
get-groups :
23
- runs-on : ${{ github.repository_owner == ' intel' && 'intel -ubuntu-latest' || 'ubuntu-latest' }}
23
+ runs-on : intel-ubuntu-latest
24
24
outputs :
25
25
groups : ${{ steps.group-list.outputs.FOLDERS }}
26
26
steps :
You can’t perform that action at this time.
0 commit comments