Skip to content

Commit f7f6890

Browse files
Fix release workflow
1 parent 234d9ba commit f7f6890

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
- 'v*'
77

88
jobs:
9+
linting:
10+
name: Linting
11+
uses: ./.github/workflows/lint.yml
12+
tests:
13+
name: Tests
14+
uses: ./.github/workflows/test.yml
915
release:
1016
name: Release Container
1117
runs-on: ubuntu-latest
@@ -16,12 +22,6 @@ jobs:
1622
steps:
1723
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1824

19-
- name: Linting
20-
uses: ./.github/workflows/lint.yml@main
21-
22-
- name: Tests
23-
uses: ./.github/workflows/test.yml@main
24-
2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3
2727

0 commit comments

Comments
 (0)