Skip to content

Commit 9d70ae6

Browse files
committed
chore(EN-1142): Move remaining workflows to the new infra
1 parent 3c2311b commit 9d70ae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77

88
jobs:
99
clippy_check:
10-
runs-on: ubuntu-latest
10+
runs-on: prod-linux-xs
1111
steps:
1212
- uses: actions/checkout@v1
1313
- run: rustup component add clippy

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-22.04
15+
runs-on: prod-linux-s
1616
steps:
1717
- name: Install apt-get
1818
run: sudo apt-get install -y clang llvm

0 commit comments

Comments
 (0)