diff --git a/.github/workflows/shakespeare-char-test.yml b/.github/workflows/shakespeare-char-test.yml index c3e595226..4bd38ea89 100644 --- a/.github/workflows/shakespeare-char-test.yml +++ b/.github/workflows/shakespeare-char-test.yml @@ -1,5 +1,5 @@ -name: Basic Installation and CPU Training Test -run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 +name: Basic Pytorch Installation, CPU Training, CPU Inference +run-name: ${{ github.actor }}: ${{ github.ref }} on: [push] jobs: Explore-GitHub-Actions: