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
This commit is contained in:
2
.github/workflows/compiler-tests.yaml
vendored
2
.github/workflows/compiler-tests.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user