1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-29 22:48:19 +02:00

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

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