From e70b3c99f2cd63d3e35c0b0167331b0bede33366 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 23 Dec 2022 15:18:32 +0000 Subject: [PATCH] github/push-checks: Correct the job name, from `build` --- .github/workflows/push-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-checks.yml b/.github/workflows/push-checks.yml index 0ebd6dee..b483ebb0 100644 --- a/.github/workflows/push-checks.yml +++ b/.github/workflows/push-checks.yml @@ -17,7 +17,7 @@ on: - 'beta' jobs: - build: + push_checks: runs-on: ubuntu-22.04