Skip to content

Commit

Permalink
Update GitHub Actions workflows to use self-hosted runners (#818)
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dvoretskyi <[email protected]>
  • Loading branch information
idvoretskyi authored Jan 17, 2025
1 parent 7a35fe9 commit 2e9ff12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: equinix-2cpu-8gb
runs-on: [self-hosted, "Default"]
steps:
- uses: yogevbd/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
verify-json-validation:
runs-on: equinix-2cpu-8gb
runs-on: [self-hosted, "Default"]
steps:
- uses: actions/checkout@v4
- name: Validate JSON
Expand Down

0 comments on commit 2e9ff12

Please sign in to comment.