revert deletion of TestRecord, update action permission

This commit is contained in:
hezijie 2024-08-01 08:43:22 +08:00
parent 55688a5012
commit eb5d7cca9a
3 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,8 @@ on:
- '.github/**' - '.github/**'
- '.github/workflows/**' - '.github/workflows/**'
- 'quickstart/**' - 'quickstart/**'
permissions:
actions: write
jobs: jobs:
e2e-check: e2e-check:

View File

@ -6,6 +6,9 @@ on:
- master - master
paths: paths:
- 'quickstart/**' - 'quickstart/**'
permissions:
actions: write
contents: write
jobs: jobs:
main-branch-push: main-branch-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -3,6 +3,9 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 0 * * 0' - cron: '0 0 * * 0'
permissions:
actions: write
contents: write
jobs: jobs:
full-e2e-check: full-e2e-check: