mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 11:56:40 +00:00
chore(workflows): tweak names of re-usable workflows
This commit is contained in:
1
.github/workflows/_build.yml
vendored
1
.github/workflows/_build.yml
vendored
@@ -1,6 +1,5 @@
|
||||
---
|
||||
# Requires _prepare.yml re-usable workflow to have run.
|
||||
name: Build for macOS
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
||||
1
.github/workflows/_prepare.yml
vendored
1
.github/workflows/_prepare.yml
vendored
@@ -1,5 +1,4 @@
|
||||
---
|
||||
name: Prepare
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
||||
1
.github/workflows/_release.yml
vendored
1
.github/workflows/_release.yml
vendored
@@ -1,6 +1,5 @@
|
||||
---
|
||||
# Requires _prepare.yml and _build.yml re-usable workflows to have run.
|
||||
name: Release
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user