Skip to content

Commit ec15fb0

Browse files
Merge pull request #4875 from DataDog/cbeauchesne/st-leftover
Adapt update-system-tests.yml to new workflow Co-authored-by: cbeauchesne <[email protected]>
2 parents 299da4e + 3c32e23 commit ec15fb0

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,12 @@ jobs:
5252
- run: .github/scripts/update_reference.sh
5353
env:
5454
TARGET: ".github/workflows/system-tests.yml"
55-
PATTERN: '(\s*SYSTEM_TESTS_REF:\s+)(\S+)(\s+# Automated:.*)'
56-
REF: ${{ steps.system-test-ref.outputs.commit }}
57-
58-
- run: .github/scripts/update_reference.sh
59-
env:
60-
TARGET: ".github/workflows/parametric-tests.yml"
61-
PATTERN: '(\s*SYSTEM_TESTS_REF:\s+)(\S+)(\s+# Automated:.*)'
62-
REF: ${{ steps.system-test-ref.outputs.commit }}
63-
64-
- run: .github/scripts/update_reference.sh
65-
env:
66-
TARGET: ".github/workflows/system-tests-official.yml"
6755
PATTERN: '(system-tests.yml@)(\S+)(\s+# Automated:.*)'
6856
REF: ${{ steps.system-test-ref.outputs.commit }}
6957

7058
- run: .github/scripts/update_reference.sh
7159
env:
72-
TARGET: ".github/workflows/system-tests-official.yml"
60+
TARGET: ".github/workflows/system-tests.yml"
7361
PATTERN: '(\s+ref: )(\S+)(\s+# Automated:.*)'
7462
REF: ${{ steps.system-test-ref.outputs.commit }}
7563

0 commit comments

Comments
 (0)