Skip to content

Commit

Permalink
postpone the switch to self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
jonapich committed May 21, 2024
1 parent 10e7528 commit c30e4d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ on:
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: '["coveo", "arm64" , "linux", "eks"]'
default: '["ubuntu-latest"]'
# default: '["coveo", "arm64" , "linux", "eks"]' # restore once public repos specify ubuntu-latest
type: string

jobs:
Expand Down

0 comments on commit c30e4d3

Please sign in to comment.