Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee28e1a

Browse files
author
Tyler Titsworth
authoredJul 3, 2024··
Update labels for push events (#206)
1 parent 5e35108 commit ee28e1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/dockerhub-description.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
permissions: read-all
2020
jobs:
2121
setup-matrix:
22-
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
22+
runs-on: intel-ubuntu-latest
2323
outputs:
2424
matrix: ${{ steps.set-matrix.outputs.matrix }}
2525
steps:

‎.github/workflows/scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions: read-all
2828
jobs:
2929
analysis:
3030
name: Scorecard analysis
31-
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
31+
runs-on: intel-ubuntu-latest
3232
permissions:
3333
security-events: write
3434
id-token: write

‎.github/workflows/weekly-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
permissions: read-all
2121
jobs:
2222
get-groups:
23-
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
23+
runs-on: intel-ubuntu-latest
2424
outputs:
2525
groups: ${{ steps.group-list.outputs.FOLDERS }}
2626
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.