We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3f027 commit f8f6586Copy full SHA for f8f6586
1 file changed
.github/workflows/code-lint-and-test.yml
@@ -16,7 +16,8 @@ jobs:
16
uses: oven-sh/setup-bun@v2
17
- name: Install dependencies
18
run: bun install
19
- - name: List lock changes
+ - if: ${{ github.event_name == 'pull_request' }}
20
+ name: List lock changes
21
uses: Simek/bun-lock-changes@main
22
with:
23
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments