From 67c63a90775f039a8bc7a6b95b0dd40412653a31 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Tue, 20 Feb 2024 14:36:52 +0100 Subject: [PATCH] Renamed final jobs Added a shorter name to make it easier to understand --- .github/workflows/check-migrations.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-migrations.yml b/.github/workflows/check-migrations.yml index 8fb87cd71d..13fc1df885 100644 --- a/.github/workflows/check-migrations.yml +++ b/.github/workflows/check-migrations.yml @@ -80,7 +80,7 @@ jobs: confirmMigrationsPassed: runs-on: ubuntu-latest - name: Confirms that all migrations passed + name: All migrations passed # If any new job gets added, be sure to add it to this list needs: [check-migrations] steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a39b98cee8..051c566f0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -192,7 +192,7 @@ jobs: confirmTestPassed: runs-on: ubuntu-latest - name: Confirms that all tests passed + name: All tests passed # If any new job gets added, be sure to add it to this list needs: - runtime-test