Skip to content

Commit

Permalink
fix: set ci job names
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathkumarbs authored Jan 27, 2024
1 parent 7081244 commit e991127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/migrations-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
migrations:
name: Migrations
runs-on: ubuntu-latest

steps:
Expand All @@ -21,4 +22,4 @@ jobs:
id: modified-migrations
- uses: sbdchd/squawk-action@v1
with:
pattern: ${{ steps.modified-migrations.outputs.file_names }}
pattern: ${{ steps.modified-migrations.outputs.file_names }}

0 comments on commit e991127

Please sign in to comment.