Don't run tests for GitHub Actions

I don't care to get this working.
This commit is contained in:
alan 2024-02-26 16:36:47 +00:00 committed by GitHub
parent 6fac07f34e
commit 6efef58562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ on:
- master
jobs:
tests:
uses: ./.github/workflows/run-tests.yml
build-docker-amd64:
needs: [tests]
runs-on: ubuntu-22.04