diff --git a/.github/workflows/check-migrations.yml b/.github/workflows/check-migrations.yml index 3132a21594..9180686974 100644 --- a/.github/workflows/check-migrations.yml +++ b/.github/workflows/check-migrations.yml @@ -111,3 +111,11 @@ jobs: on-runtime-upgrade --checks=pre-and-post \ $EXTRA_FLAGS \ live --uri ${{ matrix.runtime.uri }} + + confirmMigrationsPassed: + runs-on: ubuntu-latest + name: Confirms that all migrations passed + # If any new job gets added, be sure to add it to this list + needs: [check-migrations] + steps: + - run: echo '### Good job! All the migrations passed 🚀' >> $GITHUB_STEP_SUMMARY