Files
spring-cloud-dataflow-samples/.github/workflows/ci-pr.yml
Chris Bono ba3100b6c2 Bring back the timestamp task/batch app for 2.0.x (#192)
- Remove unused timestamp task apps `docker/assembly.xml`
- Resurrect the timestamp task/batch 2.0.x app
- Add the resurrected apps to CI which publishes them to `/milestone`
2023-06-01 14:37:00 -05:00

16 lines
337 B
YAML

name: CI PRs
on:
pull_request:
jobs:
build:
name: Call Build Workflow
uses: ./.github/workflows/ci.yml
with:
maven-build-only: true
secrets:
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}