Skip to content

Commit 62a9e03

Browse files
authored
Merge pull request #4701 from DataDog/auto-generate/update-system-tests
[🤖] Update System Tests
2 parents 60d42f9 + 277b513 commit 62a9e03

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/parametric-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
1515
permissions: {}
1616

1717
env:
18-
SYSTEM_TESTS_REF: 'main' # Automated: This reference is automatically updated.
18+
SYSTEM_TESTS_REF: 0fb4a33cf727c23aa3f796ff3c9bc6499a9ea01e # Automated: This reference is automatically updated.
1919

2020
jobs:
2121
changes:

.github/workflows/system-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions: {}
2222
env:
2323
REGISTRY: ghcr.io
2424
REPO: ghcr.io/datadog/dd-trace-rb
25-
SYSTEM_TESTS_REF: main # Automated: This reference is automatically updated.
25+
SYSTEM_TESTS_REF: 0fb4a33cf727c23aa3f796ff3c9bc6499a9ea01e # Automated: This reference is automatically updated.
2626

2727
jobs:
2828
changes:

.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)