Skip to content

Commit

Permalink
chore: revert to self-hosted runners
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Mar 16, 2024
1 parent fc4605e commit 728a729
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zxc-lint-snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ env:
jobs:
eslint:
name: ${{ inputs.custom-job-label || 'ESLint' }}
runs-on: ubuntu-22.04
# runs-on: [self-hosted, Linux, medium, ephemeral]
# runs-on: ubuntu-22.04
runs-on: [self-hosted, Linux, medium, ephemeral]

steps:
# - name: Harden Runner
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zxc-test-snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ env:
jobs:
unit-test:
name: ${{ inputs.custom-job-label || 'Unit Tests' }}
runs-on: ubuntu-22.04
# runs-on: [self-hosted, Linux, medium, ephemeral]
# runs-on: ubuntu-22.04
runs-on: [self-hosted, Linux, medium, ephemeral]
steps:
# - name: Harden Runner
# uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
Expand Down

0 comments on commit 728a729

Please sign in to comment.