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

Some workflow fixes #805

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-metadata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Template Metadata
name: Build template metadata
on:
push:
branches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Command Dispatch for testing
name: Commmand dispatch for testing
on:
issue_comment:
types: [created, edited]
types:
- created
- edited

jobs:
command-dispatch-for-testing:
Expand Down
129 changes: 0 additions & 129 deletions .github/workflows/cron.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: New Pull request Open
"on":
name: New pull request
on:
pull_request_target: {}

jobs:
Expand Down
146 changes: 0 additions & 146 deletions .github/workflows/run-templates-command.yml

This file was deleted.

Loading
Loading