Bobby Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/71505?usp=email )

Change subject: misc: Remove 'run-name' from workflow yaml files
......................................................................

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 <noreply+kok...@google.com>
Reviewed-by: Jason Lowe-Power <power...@gmail.com>
Maintainer: Bobby Bruce <bbr...@ucdavis.edu>
---
M .github/workflows/ci-tests.yaml
M .github/workflows/daily-tests.yaml
M .github/workflows/weekly-tests.yaml
3 files changed, 0 insertions(+), 5 deletions(-)

Approvals:
  Bobby Bruce: Looks good to me, approved
  Jason Lowe-Power: Looks good to me, approved
  kokoro: Regressions pass




diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml
index 4c35c1a..b1c5a1a 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 2b8a15f..5fab058 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 600449e..4c3f6b5 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

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/71505?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: public/gem5
Gerrit-Branch: stable
Gerrit-Change-Id: I078481920833fb36099e6c30295c0b60ac0ee3a0
Gerrit-Change-Number: 71505
Gerrit-PatchSet: 2
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Jason Lowe-Power <ja...@lowepower.com>
Gerrit-Reviewer: Jason Lowe-Power <power...@gmail.com>
Gerrit-Reviewer: Melissa Jost <mkj...@ucdavis.edu>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-CC: kokoro <noreply+kok...@google.com>
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to