revert deletion of TestRecord, update action permission
This commit is contained in:
parent
55688a5012
commit
eb5d7cca9a
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
@ -6,6 +6,8 @@ on:
|
||||
- '.github/**'
|
||||
- '.github/workflows/**'
|
||||
- 'quickstart/**'
|
||||
permissions:
|
||||
actions: write
|
||||
|
||||
jobs:
|
||||
e2e-check:
|
||||
|
3
.github/workflows/pr-merged.yaml
vendored
3
.github/workflows/pr-merged.yaml
vendored
@ -6,6 +6,9 @@ on:
|
||||
- master
|
||||
paths:
|
||||
- 'quickstart/**'
|
||||
permissions:
|
||||
actions: write
|
||||
contents: write
|
||||
jobs:
|
||||
main-branch-push:
|
||||
runs-on: ubuntu-latest
|
||||
|
3
.github/workflows/weekly-e2e.yaml
vendored
3
.github/workflows/weekly-e2e.yaml
vendored
@ -3,6 +3,9 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
permissions:
|
||||
actions: write
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
full-e2e-check:
|
||||
|
Loading…
x
Reference in New Issue
Block a user