diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bd9429b..5cddf3e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -166,7 +166,7 @@ jobs: bun run lint playwright: - runs-on: docker + runs-on: ubuntu-latest name: Playwright needs: changed_files if: ${{ needs.changed_files.outputs.frontend == 'true' || needs.changed_files.outputs.workflow == 'true' }}