Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paketo-buildpacks/libjvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a5d7ca6261c4e89fbf2ccb1130fcb003e3264728
Choose a base ref
..
head repository: paketo-buildpacks/libjvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 67ba102536d6d241dff3fd6ed7d2e68367f96a3e
Choose a head ref
Showing with 5 additions and 0 deletions.
  1. +5 −0 .github/workflows/update-pipeline.yml
5 changes: 5 additions & 0 deletions .github/workflows/update-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Update Pipeline
"on":
push:
branches:
- main
paths:
- .github/pipeline-descriptor.yml
schedule:
- cron: 0 5 * * 1-5
workflow_dispatch: {}