Skip to content

Commit

Permalink
Renamed final jobs
Browse files Browse the repository at this point in the history
Added a shorter name to make it easier to understand
  • Loading branch information
Bullrich committed Feb 22, 2024
1 parent 85945c3 commit a815839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,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
Expand Down

0 comments on commit a815839

Please sign in to comment.