mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
chore: only depend on Docker push
This commit is contained in:
parent
d5a23d5347
commit
ade5fba986
1 changed files with 1 additions and 5 deletions
6
.github/workflows/handleRelease.yml
vendored
6
.github/workflows/handleRelease.yml
vendored
|
|
@ -4,11 +4,7 @@ name: "Handle release"
|
|||
on:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- "Backend tests"
|
||||
- "Perform type checks"
|
||||
- "rate limit"
|
||||
- "Docker"
|
||||
- "Frontend admin tests"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -17,7 +13,7 @@ env:
|
|||
PNPM_HOME: ~/.pnpm-store
|
||||
|
||||
jobs:
|
||||
build-zip:
|
||||
create-release:
|
||||
permissions: write-all
|
||||
# run on pushes to any branch
|
||||
# run on PRs from external forks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue