mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 10:46:40 +00:00
fix(workflows): remove left-over debug push event from nightly workflows
This commit is contained in:
1
.github/workflows/nightly-emacs-28.yml
vendored
1
.github/workflows/nightly-emacs-28.yml
vendored
@@ -1,7 +1,6 @@
|
||||
---
|
||||
name: Nightly (emacs-28)
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
1
.github/workflows/nightly-master.yml
vendored
1
.github/workflows/nightly-master.yml
vendored
@@ -1,7 +1,6 @@
|
||||
---
|
||||
name: Nightly (master)
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user