Skip to content

Commit

Permalink
chore(build): remove release check
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed Feb 13, 2023
1 parent 69f6291 commit d68261a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/emacsng-webrender.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Emacs NG with Webrender
name: Emacs NG (Webrender)
on:
schedule:
- cron: "0 23 * * *"
Expand Down Expand Up @@ -38,8 +38,6 @@ jobs:
release:
name: Release
needs: [build]
# Only run if check for existing release and asset failed.
if: ${{ needs.build.plan.outputs.check == 'fail' }}
uses: ./.github/workflows/_release.yml
with:
plan_artifact: build-plan
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/emacsng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
release:
name: Release
needs: [build]
# Only run if check for existing release and asset failed.
if: ${{ needs.build.plan.outputs.check == 'fail' }}
uses: ./.github/workflows/_release.yml
with:
plan_artifact: build-plan
Expand Down

0 comments on commit d68261a

Please sign in to comment.