Bobby Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/71504?usp=email )
Change subject: misc: Update GitHub Actions Workflow names
......................................................................
misc: Update GitHub Actions Workflow names
Change-Id: Iaf4cbdf7a8edd2b9ae00308ae41f6fa805ab9446
M .github/workflows/compiler-tests.yaml
M .github/workflows/daily-tests.yaml
M .github/workflows/weekly-tests.yaml
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/compiler-tests.yaml
b/.github/workflows/compiler-tests.yaml
index 8720e6d..013a710 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 97b4164..2b8a15f 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 64ab442..600449e 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
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/71504?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: public/gem5
Gerrit-Branch: stable
Gerrit-Change-Id: Iaf4cbdf7a8edd2b9ae00308ae41f6fa805ab9446
Gerrit-Change-Number: 71504
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce bbruce@ucdavis.edu
Bobby Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/71504?usp=email )
Change subject: misc: Update GitHub Actions Workflow names
......................................................................
misc: Update GitHub Actions Workflow names
Change-Id: Iaf4cbdf7a8edd2b9ae00308ae41f6fa805ab9446
---
M .github/workflows/compiler-tests.yaml
M .github/workflows/daily-tests.yaml
M .github/workflows/weekly-tests.yaml
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/compiler-tests.yaml
b/.github/workflows/compiler-tests.yaml
index 8720e6d..013a710 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 97b4164..2b8a15f 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 64ab442..600449e 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
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/71504?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: public/gem5
Gerrit-Branch: stable
Gerrit-Change-Id: Iaf4cbdf7a8edd2b9ae00308ae41f6fa805ab9446
Gerrit-Change-Number: 71504
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <bbruce@ucdavis.edu>