Skip to content

Commit d68261a

Browse files
committed
chore(build): remove release check
1 parent 69f6291 commit d68261a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/emacsng-webrender.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Emacs NG with Webrender
2+
name: Emacs NG (Webrender)
33
on:
44
schedule:
55
- cron: "0 23 * * *"
@@ -38,8 +38,6 @@ jobs:
3838
release:
3939
name: Release
4040
needs: [build]
41-
# Only run if check for existing release and asset failed.
42-
if: ${{ needs.build.plan.outputs.check == 'fail' }}
4341
uses: ./.github/workflows/_release.yml
4442
with:
4543
plan_artifact: build-plan

.github/workflows/emacsng.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
release:
3939
name: Release
4040
needs: [build]
41-
# Only run if check for existing release and asset failed.
42-
if: ${{ needs.build.plan.outputs.check == 'fail' }}
4341
uses: ./.github/workflows/_release.yml
4442
with:
4543
plan_artifact: build-plan

0 commit comments

Comments
 (0)