Skip to content

Commit 1b6a722

Browse files
committed
chore: require test before creating release
1 parent fa5f339 commit 1b6a722

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ env:
1212
IMAGE_NAME: ${{ github.repository }}
1313

1414
jobs:
15+
tests:
16+
uses: ./.github/workflows/test-run.yml
17+
1518
build-and-push-image:
19+
needs: [tests]
1620
runs-on: ubuntu-latest
1721
permissions:
1822
contents: write

0 commit comments

Comments
 (0)