Skip to content

Commit

Permalink
Merge pull request #49 from coveo/chore/DT-7007-dependency-review-sel…
Browse files Browse the repository at this point in the history
…f-hosted

default the dependency review to self-hosted runners
  • Loading branch information
jonapich authored Jul 30, 2024
2 parents 31fe1d5 + b512215 commit c12eb71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ on:
type: string
runs-on:
description: |
The type of machine to run the job on. Must be provided as a stringified list (e.g. `runs-on: '["ubuntu-latest","self-hosted"]'`)
default: '["ubuntu-latest"]'
# default: '["coveo", "arm64" , "linux", "eks"]' # restore once public repos specify ubuntu-latest
The type of machine to run the job on. Must be provided as a stringified list (e.g. public repos should specify `runs-on: '["ubuntu-latest"]'`)
default: '["coveo", "arm64" , "linux", "eks"]'
type: string

jobs:
Expand Down

0 comments on commit c12eb71

Please sign in to comment.