From 79e7be71bf8b4740024b3f2372db1c2d918e413c Mon Sep 17 00:00:00 2001 From: Keepers Date: Thu, 11 Aug 2022 18:27:48 -0600 Subject: [PATCH] add steps to ci_test_cleanup (#522) --- .github/workflows/ci_test_cleanup.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_test_cleanup.yml b/.github/workflows/ci_test_cleanup.yml index 0429da50d..ce9d69a79 100644 --- a/.github/workflows/ci_test_cleanup.yml +++ b/.github/workflows/ci_test_cleanup.yml @@ -8,6 +8,8 @@ jobs: Test-User-Data-Cleanup: runs-on: ubuntu-latest + steps: + # check out the repo - name: Repo Code Checkout uses: actions/checkout@v3