Require need for tests in Actions

This commit is contained in:
alan 2024-02-26 16:38:29 +00:00 committed by GitHub
parent 8aeac2d862
commit f3f5f0e620
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ on:
jobs:
build-docker-amd64:
needs: [tests]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3