We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852ce5f commit babdc47Copy full SHA for babdc47
.github/workflows/release.yml
@@ -8,7 +8,9 @@ on:
8
jobs:
9
release:
10
name: Release
11
- runs-on: ubuntu-latest
+ runs-on:
12
+ group: large-runners
13
+ labels: ubuntu-4x
14
steps:
15
- name: Checkout Repo
16
uses: actions/checkout@v3
.github/workflows/tests.yaml
@@ -12,7 +12,9 @@ env:
UPSTASH_REDIS_REST_TOKEN: ${{ secrets.UPSTASH_REDIS_REST_TOKEN }}
test:
17
18
concurrency: test
19
20
name: Tests
0 commit comments