This is an automated email from the ASF dual-hosted git repository.
afs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new b9c0314b76 GH-4086: Fix typo in GHA for building
b9c0314b76 is described below
commit b9c0314b76b17aa2e08a61a2ec6b72cdb3144f4b
Author: Thomas Thelen <[email protected]>
AuthorDate: Thu Jul 23 09:02:13 2026 -0700
GH-4086: Fix typo in GHA for building
---
.github/workflows/pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 9d8e4a90f6..dd171540d1 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -6,7 +6,7 @@ on:
pull_request:
types:
- opened
- - synchonized
+ - synchronize
- reopened
branches:
- 'main'