From 20245469517e2aab6bb450598b5fd530329e60a3 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 12 Jun 2023 20:50:36 -0700 Subject: [PATCH] misc: Update GitHub Actions Workflow names Change-Id: Iaf4cbdf7a8edd2b9ae00308ae41f6fa805ab9446 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71504 Maintainer: Bobby Bruce Tested-by: kokoro Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- .github/workflows/compiler-tests.yaml | 2 +- .github/workflows/daily-tests.yaml | 2 +- .github/workflows/weekly-tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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