File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -52,24 +52,12 @@ jobs:
52
52
- run : .github/scripts/update_reference.sh
53
53
env :
54
54
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"
67
55
PATTERN : ' (system-tests.yml@)(\S+)(\s+# Automated:.*)'
68
56
REF : ${{ steps.system-test-ref.outputs.commit }}
69
57
70
58
- run : .github/scripts/update_reference.sh
71
59
env :
72
- TARGET : " .github/workflows/system-tests-official .yml"
60
+ TARGET : " .github/workflows/system-tests.yml"
73
61
PATTERN : ' (\s+ref: )(\S+)(\s+# Automated:.*)'
74
62
REF : ${{ steps.system-test-ref.outputs.commit }}
75
63
You can’t perform that action at this time.
0 commit comments