tada / pljava

PL/Java is a free add-on module that brings Java™ Stored Procedures, Triggers, Functions, Aggregates, Operators, Types, etc., to the PostgreSQL™ backend.
http://tada.github.io/pljava/
Other
238 stars 77 forks source link

CI chore: fetch key for PGDG apt repository #440

Closed jcflack closed 1 year ago

jcflack commented 1 year ago

... thanks to a tip from Rodrigo Alvarado a little tidier than what's on the wiki.postgresql.org Apt page.

And update the list of Java versions tested to cover more recent ones.

Also, for now, suppress the Appveyor tests that have been reliably falling over for some reason of their own.

jcflack commented 1 year ago

It appears that the GitHub Actions workflow does not run when a new commit is pushed onto an already-opened pull request.

jcflack commented 1 year ago

Next question: will reopening the PR trigger the GitHub Actions workflow?

jcflack commented 1 year ago

It apparently does not, even though that seems to contradict the statement here that the synchronize event type is included by default:

By default, a workflow only runs when a pull_request event's activity type is opened, synchronize, or reopened.

Not a mystery for me to solve today. Closing to open a new PR.

jcflack commented 1 year ago

The problem may have been a tab in the workflow yml file, causing the workflow silently not to run. I have pushed a correction of that, and will try reopening again.