misc: Remove 'run-name' from compiler-tests.yaml (#245)

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.
This commit is contained in:
Bobby R. Bruce
2023-08-31 17:38:38 -07:00
committed by GitHub

View File

@@ -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