From 4cb528a0da544e9d5ecef13f5221c492ae66fbad Mon Sep 17 00:00:00 2001 From: "ti-renovate[bot]" <148291315+ti-renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 15:00:12 +0000 Subject: [PATCH] ci(action): update insurgent-lab/is-in-pr-action action to v0.2.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ca6959..b80178d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: prevent_duplicate_checks: runs-on: ubuntu-latest steps: - - uses: insurgent-lab/is-in-pr-action@3e01b38aa0d2a0e51bbc84540300303ec850e80d # v0.1.5 + - uses: insurgent-lab/is-in-pr-action@129df59687402c4a9c81a9a9e88d7448cdbba541 # v0.2.0 id: isInPR outputs: should-run: ${{ !(steps.isInPR.outputs.result == 'true' && github.event_name == 'push') }}