Skip to content

Commit 6d02fc0

Browse files
authored
unpin system-tests (back to @main) (#308)
1 parent 1f76c5c commit 6d02fc0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,15 +197,14 @@ jobs:
197197

198198
system-tests:
199199
needs: build-system-tests-artifact
200-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@1e5d6b7096279ca43ce4826fda3cc805635b63c1
200+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
201201
secrets:
202202
TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_CI_VIS_API_KEY }}
203203
permissions:
204204
contents: read
205205
id-token: write
206206
with:
207207
library: cpp
208-
ref: 1e5d6b7096279ca43ce4826fda3cc805635b63c1
209208
binaries_artifact: system_tests_binaries
210209
parametric_job_count: 8 # dedicated parameter to speed up parametric job
211210
scenarios: PARAMETRIC

0 commit comments

Comments
 (0)