mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-01 00:50:57 +00:00
github: don't run release workflow after editing release
It was temporarily enabled in the hope that we could trigger the failed workflow for 0.23.0 by editing the release (that didn't work).
This commit is contained in:
parent
5046157e96
commit
f9cfa5c9ce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -2,7 +2,7 @@ name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published, edited]
|
types: [published]
|
||||||
|
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue