We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238397a commit 8b2e3a4Copy full SHA for 8b2e3a4
1 file changed
.github/workflows/translation.yml
@@ -28,7 +28,7 @@ jobs:
28
git config --local user.name "github-actions[bot]"
29
git_hash=$(git rev-parse --short "$GITHUB_SHA")
30
git commit -m "Update messages.pot as of version ${git_hash}" locales/messages.pot
31
- - name: Check on failures
+ - name: Check if any sources have changed since the last update
32
if: failure()
33
run: echo "There are no changes to the RST sources since the last update. Nothing to do."
34
0 commit comments