Skip to content

Commit c9b24e8

Browse files
committed
build: rename workflows
1 parent 33e44bf commit c9b24e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml renamed to .github/workflows/emacs-eldev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Emacs CI Testing
1+
name: Emacs Package CI (Eldev)
22

33
on:
44
push:

.github/workflows/melpazoid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Melpazoid
1+
name: Emacs Melpazoid
22

33
on: [push, pull_request]
44

@@ -35,7 +35,7 @@ jobs:
3535
LOCAL_REPO: ${{ github.workspace }}
3636
RECIPE: (sdml-mode :repo "sdm-lang/emacs-sdml-mode" :fetcher github)
3737
# set this to false (or remove it) if the package isn't on MELPA:
38-
EXIST_OK: false
38+
# EXIST_OK: false
3939
run: |
4040
echo $GITHUB_REF
4141
make -C ~/melpazoid

0 commit comments

Comments
 (0)