From 6cdecae6f9a29ef2a0ee17458b3367adefb42e9b Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sun, 6 Mar 2022 15:24:18 -0800 Subject: [PATCH] Rename Github workflow (#7445) Calling this "stubtest.yml" is a little confusing, since most of the time stubtest is actually run out of "tests.yml". I renamed the workflow in #7306 and this gets the filename to match. Co-authored-by: hauntsaninja <> --- .github/workflows/{stubtest.yml => daily.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{stubtest.yml => daily.yml} (100%) diff --git a/.github/workflows/stubtest.yml b/.github/workflows/daily.yml similarity index 100% rename from .github/workflows/stubtest.yml rename to .github/workflows/daily.yml