Skip to content

Commit 91d24d1

Browse files
committed
Use new PR workflow
1 parent 24abe33 commit 91d24d1

File tree

2 files changed

+12
-29
lines changed

2 files changed

+12
-29
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/pr.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: PR
2+
3+
on:
4+
pull_request:
5+
branches: [ 4.3.x ]
6+
7+
jobs:
8+
build:
9+
uses: spring-cloud/spring-cloud-github-actions/.github/workflows/pr.yml@main
10+
secrets:
11+
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
12+
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}

0 commit comments

Comments
 (0)