Skip to content

Commit 844c71f

Browse files
committed
remove test_pr and run test_linux on all prs and main
1 parent 2e26f67 commit 844c71f

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

.github/workflows/test_full.yml renamed to .github/workflows/test_linux.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
name: Test (Full)
1+
name: Test (Linux)
22
on:
33
push:
44
branches:
55
- main
6+
pull_request:
67

78
permissions:
89
contents: read
910

1011
jobs:
1112
test_linux:
12-
name: Test (Full)
13+
name: Test Linux
1314
runs-on: ubuntu-latest-8-cores
1415
container:
1516
image: grafana/alloy-build-image:v0.1.21@sha256:36b1e621f32f46aa1de58843b885f0885faabe7b29468462d36a60bea1245e33
@@ -29,6 +30,4 @@ jobs:
2930
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3031
with:
3132
go-version-file: go.mod
32-
# TODO: Enable caching later.
33-
cache: false
3433
- run: K8S_USE_DOCKER_NETWORK=1 make test

.github/workflows/test_pr.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)