feat(e2e): add workflow to trigger e2e test suite through PR comments (#3153)

* feat(e2e): add workflow to trigger e2e test suite through PR comments

* add empty line
This commit is contained in:
Jan Larwig 2025-08-12 08:11:00 +02:00 committed by GitHub
parent 4eaa1bcfd5
commit 9667bce094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

14
.github/workflows/e2e.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: E2E
on:
issue_comment:
types: [created]
jobs:
e2e:
uses: oauth2-proxy/e2e-suite/.github/workflows/e2e.yml@main
permissions:
contents: read
statuses: write
issues: write
pull-requests: write