Skip to content

Commit 88fecda

Browse files
committed
ci: update workflows
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent 8bd8887 commit 88fecda

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626

2727
- name: Set up Please
2828
uses: sagikazarmark/setup-please-action@v0
29-
with:
30-
save-logs: 'true'
3129

3230
- name: Build
3331
run: go build ./...

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828

2929
- name: Set up Please
3030
uses: sagikazarmark/setup-please-action@v0
31-
with:
32-
save-logs: 'true'
33-
env:
34-
# See https://github.com/sagikazarmark/setup-please-action/issues/6
35-
MATRIX_CONTEXT: ${{ toJson(matrix) }}
3631

3732
- name: Build
3833
run: plz build //...
@@ -66,8 +61,6 @@ jobs:
6661

6762
- name: Set up Please
6863
uses: sagikazarmark/setup-please-action@v0
69-
with:
70-
save-logs: 'true'
7164

7265
- name: Lint
7366
run: plz lint

0 commit comments

Comments
 (0)