diff --git a/.github/workflows/compiler-tests.yaml b/.github/workflows/compiler-tests.yaml index 8720e6d184..013a710066 100644 --- a/.github/workflows/compiler-tests.yaml +++ b/.github/workflows/compiler-tests.yaml @@ -1,6 +1,6 @@ # This workflow runs all of the compiler tests -name: Running main.py +name: Compiler Tests run-name: ${{ github.actor }} is running compiler tests diff --git a/.github/workflows/daily-tests.yaml b/.github/workflows/daily-tests.yaml index 97b41642b7..2b8a15f7a5 100644 --- a/.github/workflows/daily-tests.yaml +++ b/.github/workflows/daily-tests.yaml @@ -1,6 +1,6 @@ # This workflow runs all of the long tests within main.py, extra tests in nightly.sh, and unittests -name: Running main.py +name: Daily Tests run-name: ${{ github.actor }} is running the daily tests diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml index 64ab442233..600449e648 100644 --- a/.github/workflows/weekly-tests.yaml +++ b/.github/workflows/weekly-tests.yaml @@ -1,6 +1,6 @@ # This workflow runs all of the very-long tests within main.py -name: Running weekly main.py +name: Weekly Tests run-name: ${{ github.actor }} is running the weekly tests