Skip to content

Commit

Permalink
chore(ci): rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Oct 23, 2023
1 parent c61126a commit 6de42a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI/CD
name: CI

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Deno modules
name: Update Deno dependencies

on:
schedule:
Expand All @@ -11,6 +11,6 @@ permissions:

jobs:
update:
name: Main
name: Update
uses: hasundue/actions/.github/workflows/update-deno.yml@main
secrets: inherit

0 comments on commit 6de42a6

Please sign in to comment.