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 Apr 15, 2024
1 parent 6b1ccba commit 307c94f
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 @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 307c94f

Please sign in to comment.