Skip to content

Commit b9aed4a

Browse files
committed
ops: fix ci i hope
1 parent 42d760e commit b9aed4a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/cov-test.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Continuous testing with coverage
22
on:
3-
workflow_dispatch:
4-
schedule:
5-
- cron: "0 12,23 * * *"
3+
pull_request:
4+
branches:
5+
- main
6+
# on:
7+
# workflow_dispatch:
8+
# schedule:
9+
# - cron: "0 12,23 * * *"
610

711
jobs:
812
covtest:
@@ -25,6 +29,7 @@ jobs:
2529
steps:
2630
- uses: actions/checkout@v4
2731
- name: Install Go toolchain
32+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2833
with:
2934
go-version: 1.23.0
3035
- uses: extractions/setup-just@v2

0 commit comments

Comments
 (0)