Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 0e71cdc6700d843ac1d9e3186833b9085cd22684
https://github.com/hibernate/hibernate-search/commit/0e71cdc6700d843ac1d9...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-03-25 (Mon, 25 Mar 2024)
Changed paths:
M .github/workflows/build.yml
Log Message:
-----------
Fix use of event names and secrets in GitHub Actions workflow
1. github.event_name == 'pull_request' would never evaluate to
true, since we don't run the workflow on 'pull_request' events
2. secrets can't be accessed in `if` conditions.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-search/settings/notifications