Skip to content

Commit ef5c5a1

Browse files
committed
chore: add the pull request yaml to use github workflows
Ticket: WP-4352
1 parent e5c1d09 commit ef5c5a1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: on_pr
2+
run-name: "on_pr: ${{ github.event.pull_request.number }}"
3+
4+
on:
5+
pull_request:
6+
7+
permissions:
8+
actions: read # required by BitGo/build-system
9+
contents: read # required by BitGo/build-system
10+
id-token: write # required by BitGo/build-system
11+
pull-requests: write # required by Grype PR commenter
12+
packages: read # required for ArgoCD deploy
13+
14+
jobs:
15+
build-and-test:
16+
name: Build & Test (CI)
17+
uses: ./.github/workflows/build-and-test.yaml

0 commit comments

Comments
 (0)