mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
Update validate.yml
This commit is contained in:
parent
15bb025768
commit
cd6ec5f91b
1 changed files with 9 additions and 1 deletions
10
.github/workflows/validate.yml
vendored
10
.github/workflows/validate.yml
vendored
|
@ -4,6 +4,14 @@ on:
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [version-pr, version-push]
|
types: [version-pr, version-push]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
statuses: write
|
||||||
|
pull-requests: write
|
||||||
|
issues: write
|
||||||
|
discussions: write
|
||||||
|
contents: write
|
||||||
|
checks: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{github.workflow}}-${{github.event.client_payload.head_ref}}
|
group: ${{github.workflow}}-${{github.event.client_payload.head_ref}}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
@ -109,4 +117,4 @@ jobs:
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
body: summary
|
body: summary
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue