Skip to content

Commit 5e20b38

Browse files
committed
chore: triggering github actions (#3)
Signed-off-by: Mariusz Jasuwienas <jasuwienas@gmail.com>
1 parent 613ddd2 commit 5e20b38

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/flow-pr-title-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ concurrency:
3838
jobs:
3939
title-check:
4040
name: Title Check
41-
runs-on: smart-contracts-linux-medium
41+
runs-on: hl-contr-lin-md
4242
if: ${{ !github.event.pull_request.head.repo.fork }}
4343
permissions:
4444
statuses: write

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
jobs:
1010
publish:
1111
name: Publish NPM package
12-
runs-on: smart-contracts-linux-medium
12+
runs-on: hl-contr-lin-md
1313
steps:
1414
- name: Harden Runner
1515
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1

.github/workflows/pr-label-milestone-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
check_pr:
9-
runs-on: smart-contracts-linux-medium
9+
runs-on: hl-contr-lin-md
1010

1111
steps:
1212
- name: Harden Runner

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ permissions:
2525

2626
jobs:
2727
acceptance-workflow:
28-
runs-on: smart-contracts-linux-large
28+
runs-on: hl-contr-lin-md
2929
timeout-minutes: 35
3030
strategy:
3131
fail-fast: false

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- HIP904Batch3
131131
- WHBAR
132132

133-
runs-on: smart-contracts-linux-large
133+
runs-on: hl-contr-lin-md
134134
steps:
135135
- name: Harden Runner
136136
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0

0 commit comments

Comments
 (0)