We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f6291 commit d68261aCopy full SHA for d68261a
.github/workflows/emacsng-webrender.yml
@@ -1,5 +1,5 @@
1
---
2
-name: Emacs NG with Webrender
+name: Emacs NG (Webrender)
3
on:
4
schedule:
5
- cron: "0 23 * * *"
@@ -38,8 +38,6 @@ jobs:
38
release:
39
name: Release
40
needs: [build]
41
- # Only run if check for existing release and asset failed.
42
- if: ${{ needs.build.plan.outputs.check == 'fail' }}
43
uses: ./.github/workflows/_release.yml
44
with:
45
plan_artifact: build-plan
.github/workflows/emacsng.yml
0 commit comments