- 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`
16 lines
337 B
YAML
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 }}
|