Skip to content

Commit eecbdd3

Browse files
philipandamacpijan
authored andcommitted
develop-pr-regression: Add a resource lock
Signed-off-by: Filip Gołaś <[email protected]>
1 parent 2a2d9a5 commit eecbdd3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/develop-pr-regression.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,15 @@ on:
1313
- '**.robot'
1414
- 'lib/**'
1515

16+
concurrency:
17+
group: shared-resource-lock
18+
cancel-in-progress: false
19+
1620
jobs:
1721
build:
1822
runs-on: self-hosted
1923

2024
steps:
21-
- name: check network
22-
run: |
23-
ip a
24-
ping -c 3 192.168.10.1
25-
ping -c 3 192.168.4.1
26-
ping -c 3 1.1.1.1
27-
2825
- name: Checkout repository and submodules
2926
uses: actions/checkout@v2
3027
with:

0 commit comments

Comments
 (0)