From 55cecfc3e8fb2bdddfd96a850b0fdaca9bcdd0b3 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 12 Jun 2023 21:00:28 -0700 Subject: [PATCH] misc: Remove 'run-name' from workflow yaml files This field is not necessary and was not a helpful description of the run. Change-Id: I078481920833fb36099e6c30295c0b60ac0ee3a0 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71505 Tested-by: kokoro Reviewed-by: Jason Lowe-Power Maintainer: Bobby Bruce --- .github/workflows/ci-tests.yaml | 1 - .github/workflows/daily-tests.yaml | 2 -- .github/workflows/weekly-tests.yaml | 2 -- 3 files changed, 5 deletions(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 4c35c1a424..b1c5a1af31 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -1,7 +1,6 @@ # This workflow runs after a pull-request has been approved by a reviewer. name: CI Tests -run-name: ${{ github.actor }} is running the pull-request continuous integration tests on: pull_request: diff --git a/.github/workflows/daily-tests.yaml b/.github/workflows/daily-tests.yaml index 2b8a15f7a5..5fab058b79 100644 --- a/.github/workflows/daily-tests.yaml +++ b/.github/workflows/daily-tests.yaml @@ -1,8 +1,6 @@ # This workflow runs all of the long tests within main.py, extra tests in nightly.sh, and unittests name: Daily Tests -run-name: ${{ github.actor }} is running the daily tests - on: # Runs every day from 7AM UTC diff --git a/.github/workflows/weekly-tests.yaml b/.github/workflows/weekly-tests.yaml index 600449e648..4c3f6b55bc 100644 --- a/.github/workflows/weekly-tests.yaml +++ b/.github/workflows/weekly-tests.yaml @@ -1,8 +1,6 @@ # This workflow runs all of the very-long tests within main.py name: Weekly Tests -run-name: ${{ github.actor }} is running the weekly tests - on: # Runs every Sunday from 7AM UTC