summaryrefslogtreecommitdiff
path: root/.github/workflows/ant-build-pull-request.yaml
AgeCommit message (Collapse)Author
2026-07-12add solr9-jetty-bridge verification to CIMichael Peter Christen
2026-07-10We migrate to JDK 17Michael Peter Christen
This is a hard requirement to be able to migrate to a more recent jetty version, which may happen sometime soon.
2023-08-31fixed workflow for ci process/2Michael Peter Christen
2023-03-05fixed condition in workflowMichael Christen
2023-02-13skip github jobs on forksThomas Koch
I get scary emails from github about failed jobs for every commit pushed to my yacy fork. But the jobs should not run on my forked repo in the first place. This problem is not unique to yacy: https://github.com/actions/runner/issues/859 Alternatively every contributor could disable workflows in the settings of their fork repo: https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow
2022-06-13added missing runs-on: ubuntu-latestMichael Christen
2022-06-13CI Script to build after pull requestMichael Christen