Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests.yml to allow direct triggering of the tests #224

Merged
merged 6 commits into from
Oct 10, 2024

Conversation

steve-downey
Copy link
Collaborator

Add on: workflow_dispatch

allows, e.g. gh workflow run --repo steve-downey/dot.emacs "CI Tests"

steve-downey and others added 3 commits May 9, 2024 16:46
Hardcoding ~/.emacs.d/ is incorrect, particularly with recent emacs versions
that have a commandline option to set it.
Major mode remaps and adding the c-mode-common hook to the ts hooks.
Add on: workflow_dispatch
Copy link
Collaborator

@pkryger pkryger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Would you mind providing a reference to documentation (i.e., in PR or in commit)

@steve-downey
Copy link
Collaborator Author

workflow_dispatch:

https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch

To enable a workflow to be triggered manually, you need to configure the workflow_dispatch event. You can manually trigger a workflow run using the GitHub API, GitHub CLI, or GitHub browser interface. For more information, see "Manually running a workflow."

@pkryger pkryger merged commit 5c3b653 into emacs-exordium:master Oct 10, 2024
0 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants