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/**'
|
||||||
- '.github/workflows/**'
|
- '.github/workflows/**'
|
||||||
- 'quickstart/**'
|
- 'quickstart/**'
|
||||||
|
permissions:
|
||||||
|
actions: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
e2e-check:
|
e2e-check:
|
||||||
|
3
.github/workflows/pr-merged.yaml
vendored
3
.github/workflows/pr-merged.yaml
vendored
@ -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
|
||||||
|
3
.github/workflows/weekly-e2e.yaml
vendored
3
.github/workflows/weekly-e2e.yaml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user