diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8a16806..db88da9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -11,7 +11,7 @@ on: jobs: e2e: - if: github.event_name == 'push' && github_actor == 'roxbot' + if: github.event_name == 'push' && github.actor == 'roxbogt' name: E2E runs-on: ubuntu-latest permissions: