Skip to content

Commit

Permalink
fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcvp committed Oct 26, 2024
1 parent c99ad85 commit 2b557cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-version-update-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Check Translations on Pull Request
name: Check Version Update on Pull Request
on:
pull_request:
branches:
- main
jobs:
check-translations:
check-version-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2b557cc

Please sign in to comment.