Skip to content

Commit 277b513

Browse files
committed
Skip logic
1 parent 335bfe6 commit 277b513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-system-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: git diff --color=always
5656

5757
- name: Create Pull Request
58-
if: ${{ github.event.inputs.dry-run == false }}
58+
if: ${{ github.event.inputs.dry-run != true }}
5959
id: cpr
6060
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
6161
with:
@@ -69,6 +69,6 @@ jobs:
6969
add-paths: |
7070
.github/
7171
body: |
72-
_This is an auto-generated PR from [here](https://github.com/DataDog/dd-trace-rb/blob/master/.github/workflows/yoga.yml)
72+
_This is an auto-generated PR from [here](https://github.com/DataDog/dd-trace-rb/blob/master/.github/workflows/update-system-tests.yml)_
7373
The PR updates the system tests (Updated to commit: ${{ steps.system-test-ref.outputs.commit }})
7474
Please review the changes and merge when ready

0 commit comments

Comments
 (0)