diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 3aea1b97..ad9852e8 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -36,7 +36,7 @@ jobs: run: make test - name: Check if working tree is dirty run: make verify - e2e: + kind: runs-on: ubuntu-latest permissions: contents: read # for reading the repository code.