From 7db2aac943757789276ca4b1de1c4f0061937b39 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 31 Aug 2023 02:12:20 -0700 Subject: [PATCH] misc: Remove 'run-name' from compiler-tests.yaml This isn't necessary. Without 'run-name' the action's default name is 'run-name'. Displaying the actor who launched the action is pointless for scheduled tests. Change-Id: I15d52959389881381ef7685efb57152c5162c89d --- .github/workflows/compiler-tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/compiler-tests.yaml b/.github/workflows/compiler-tests.yaml index 9a567653f5..7c9493cbba 100644 --- a/.github/workflows/compiler-tests.yaml +++ b/.github/workflows/compiler-tests.yaml @@ -1,8 +1,6 @@ # This workflow runs all of the compiler tests name: Compiler Tests -run-name: ${{ github.actor }} is running compiler tests - on: # Runs every Friday from 7AM UTC