Skip to content

Commit

Permalink
Some workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato committed Jul 3, 2024
1 parent 49114d3 commit 1589823
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 329 deletions.
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

0 comments on commit 1589823

Please sign in to comment.