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