Skip to content

Commit f8f6586

Browse files
authored
list lock changes only on PRs (#2200)
1 parent 6d3f027 commit f8f6586

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/code-lint-and-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
uses: oven-sh/setup-bun@v2
1717
- name: Install dependencies
1818
run: bun install
19-
- name: List lock changes
19+
- if: ${{ github.event_name == 'pull_request' }}
20+
name: List lock changes
2021
uses: Simek/bun-lock-changes@main
2122
with:
2223
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)