Skip to content

Commit ea85648

Browse files
committed
chore: rever gh actions change from fbb371c
Revert the GitHub actions change from `fbb371c8f596799b64b1cdc8b78e2de2b24dab45`. Signed-off-by: Noel Georgi <[email protected]>
1 parent fbb371c commit ea85648

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

.github/workflows/acceptance-tests.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
name: acceptance-tests
2-
concurrency:
3-
group: ${{ github.head_ref || github.run_id }}
4-
cancel-in-progress: true
52
on:
63
pull_request:
74
paths:
85
- 'go.mod'
96
- 'go.sum'
107
- '**.go'
118
jobs:
12-
acc-tests:
13-
runs-on:
14-
- self-hosted
15-
- generic
16-
env:
17-
GOTOOLCHAIN: local
9+
run-tests:
10+
runs-on: ubuntu-latest
1811
steps:
1912
- name: Checkout
2013
uses: actions/checkout@v3

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ name: check-dirty
22
on:
33
pull_request:
44
jobs:
5-
check-dirty:
6-
runs-on:
7-
- self-hosted
8-
- generic
9-
env:
10-
GOTOOLCHAIN: local
5+
run-tests:
6+
runs-on: ubuntu-latest
117
steps:
128
- name: Checkout
139
uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ permissions:
1818
contents: write
1919
jobs:
2020
goreleaser:
21-
runs-on:
22-
- self-hosted
23-
- generic
21+
runs-on: ubuntu-latest
2422
steps:
2523
- name: Checkout
2624
uses: actions/checkout@v3

0 commit comments

Comments
 (0)