Skip to content

Commit

Permalink
Merge pull request #823 from cncf/change-runner
Browse files Browse the repository at this point in the history
reinstates equinix-2cpu-8gb
  • Loading branch information
RobertKielty authored Jan 21, 2025
2 parents 7ed7682 + 2ca082a commit f829c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [pull_request]

jobs:
verify-json-validation:
runs-on: [self-hosted, "Default"]
runs-on: equinix-2cpu-8gb
steps:
- uses: actions/checkout@v4
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: /schema.json
INPUT_JSONS: /people.json
INPUT_JSONS: /people.json

0 comments on commit f829c5a

Please sign in to comment.