Skip to content

Commit f4b21d6

Browse files
authored
Clean up Circle CI configs; Fix and test Github Action workflow (#986)
* Minor fixes to github action workflow * Clean up circle ci configs * Update pull request template
1 parent 35d79f9 commit f4b21d6

File tree

3 files changed

+7
-83
lines changed

3 files changed

+7
-83
lines changed

.circleci/config.yml

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

.github/pull_request_template.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
Important: DO NOT REPORT SECURITY ISSUES DIRECTLY ON GITHUB.
2-
For reporting security issues and contributing security fixes,
3-
please, email security@linkedin.com instead, as described in
4-
the contribution guidelines.
1+
## Summary
52

6-
Please, take a minute to review the contribution guidelines at:
7-
https://github.com/linkedin/Brooklin/blob/master/CONTRIBUTING.md
3+
4+
5+
## Testing Done

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
pull_request:
7-
branches: [main]
7+
branches: [master]
88

99
jobs:
1010
build:
@@ -21,7 +21,7 @@ jobs:
2121
java-version: '8'
2222

2323
- name: Make build.sh executable
24-
run: chmod +x ./build.sh
24+
run: chmod +x ./.github/scripts/build.sh
2525

2626
- name: Run build script
2727
run: ./.github/scripts/build.sh

0 commit comments

Comments
 (0)