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