Skip to content

Commit b800822

Browse files
authored
add explicit main ref when checking out system tests in workflow (#5892)
1 parent 0b3ab0c commit b800822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/system-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151
with:
5252
repository: 'DataDog/system-tests'
53+
ref: 'main'
5354
- name: Checkout dd-trace-js
5455
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5556
with:

0 commit comments

Comments
 (0)