Skip to content

Commit

Permalink
test: update git runners
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Nov 8, 2023
1 parent e1ecfa4 commit 3b50456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

jobs:
e2e:
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]
permissions:
contents: read
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
deployBackendToStaging:
name: Deploy Block Explorer backend to staging
runs-on: [self-hosted, ci-runner]
runs-on: [matterlabs-ci-runner]
permissions:
contents: read
needs: createReleaseVersion
Expand Down

0 comments on commit 3b50456

Please sign in to comment.