Skip to content

Commit 1cd5585

Browse files
ci: remove artifacts
Signed-off-by: Maximilian Braun (SAP) <[email protected]>
1 parent 6b48935 commit 1cd5585

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/license-check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ permissions:
1313
contents: read
1414

1515
jobs:
16-
license-check:
17-
name: Check licenses of dependencies
16+
validate:
1817
runs-on: ubuntu-latest
1918
steps:
2019
- name: checkout repo

.github/workflows/reviewable.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflow will run make reviewable and make check-diff as checks
22

3-
name: Reviewable&Check-Diff
3+
name: make reviewable && make check-Diff
44

55
on:
66
workflow_call: {}
@@ -11,7 +11,7 @@ env:
1111
GO_IMPORT_VERSION: 'v0.16.1'
1212

1313
jobs:
14-
reviewable-checkdiff:
14+
run:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -28,9 +28,9 @@ jobs:
2828
cd /tmp
2929
go install golang.org/x/tools/cmd/goimports@${{ env.GO_IMPORT_VERSION }}
3030
31-
- name: Make Reviewable
31+
- name: make reviewable
3232
run: make reviewable
3333
env:
3434
RUNNING_IN_CI: 'true'
35-
- name: Make Check-Diff
35+
- name: make check-diff
3636
run: make check-diff

0 commit comments

Comments
 (0)