We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4463f commit 726db95Copy full SHA for 726db95
1 file changed
.github/workflows/system_tests.yml
@@ -28,7 +28,7 @@ jobs:
28
system-tests:
29
needs:
30
- build
31
- uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
+ uses: DataDog/system-tests/.github/workflows/system-tests.yml@1e5d6b7096279ca43ce4826fda3cc805635b63c1
32
secrets:
33
DD_API_KEY: ${{ secrets.DD_API_KEY }}
34
TEST_OPTIMIZATION_API_KEY: ${{ secrets.TEST_OPTIMIZATION_API_KEY }}
0 commit comments