ci: Automate more of the release process (no-changelog) (#10416)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-08-22 11:41:53 +02:00
committed by GitHub
parent 2f3a5b63f9
commit c8ab9b1f84
12 changed files with 108 additions and 95 deletions

View File

@@ -3,8 +3,9 @@ name: PR E2E
on:
pull_request_review:
types: [submitted]
branch:
branches:
- 'master'
- 'release/*'
concurrency:
group: e2e-${{ github.event.pull_request.number || github.ref }}
@@ -18,7 +19,6 @@ jobs:
with:
pr_number: ${{ github.event.pull_request.number }}
user: ${{ github.event.pull_request.user.login || 'PR User' }}
spec: 'e2e/*'
secrets:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}