File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 6
6
tags :
7
7
- " **"
8
8
branches :
9
- - ' integration '
9
+ - ' main '
10
10
- ' release/version*'
11
11
- ' docker-images'
12
12
workflow_dispatch :
13
13
jobs :
14
14
call-reusable-workflow :
15
15
uses : nationalsecurityagency/datawave/.github/workflows/microservice-build-image.yaml@integration
16
+ secrets :
17
+ USER_NAME : ${{ secrets.USER_NAME }}
18
+ ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 1
- name : Run Maven Tests
1
+ name : Tests
2
2
3
3
on :
4
4
push :
5
5
paths-ignore : ['*.md', 'CODEOWNERS', 'LICENSE']
6
6
branches :
7
- - ' main'
8
- - ' release/*'
7
+ - ' main'
8
+ - ' release/*'
9
9
pull_request :
10
10
paths-ignore : ['*.md', 'CODEOWNERS', 'LICENSE']
11
11
12
12
jobs :
13
13
call-reusable-workflow :
14
- uses : nationalsecurityagency/datawave/.github/workflows/microservice-maven-tests.yaml@integration
14
+ uses : nationalsecurityagency/datawave/.github/workflows/microservice-maven-tests.yaml@integration
15
+ secrets :
16
+ USER_NAME : ${{ secrets.USER_NAME }}
17
+ ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments