diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02ab788c..bd98de61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI/CD +name: CI on: push: diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 5b336557..02358a25 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,4 +1,4 @@ -name: Update Deno modules +name: Update Deno dependencies on: schedule: @@ -11,6 +11,6 @@ permissions: jobs: update: - name: Main + name: Update uses: hasundue/actions/.github/workflows/update-deno.yml@main secrets: inherit