Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit c0b6489

Browse files
committed
Revert "ci: PLATE-678: use large runner for cypress"
This reverts commit 69be060.
1 parent 69be060 commit c0b6489

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/fun_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ env:
1515
jobs:
1616
run:
1717
name: "Cypress Tests"
18-
runs-on: ubuntu-latest-4c-16gb
18+
runs-on: ubuntu-latest
19+
1920
# ci can be skipped with `[skip ci]` prefix in message
2021
if: "!contains(github.event.head_commit.message, 'skip ci')"
2122
steps:

0 commit comments

Comments
 (0)