Skip to content

Commit b2523d8

Browse files
committed
revert subworkflow ref
1 parent 5ff27b9 commit b2523d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-end-to-end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
elif [[ "${{ github.repository }}" == "DataDog/system-tests" ]]; then
101101
echo "ref=" >> $GITHUB_OUTPUT
102102
else
103-
echo "ref=${{ github.action_ref }}" >> $GITHUB_OUTPUT
103+
echo "ref=main" >> $GITHUB_OUTPUT
104104
fi
105105
- name: Checkout
106106
uses: actions/checkout@v4

0 commit comments

Comments
 (0)