We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9248b8 commit 882da84Copy full SHA for 882da84
.github/workflows/ci-Exporter.OneCollector-Integration.yml
@@ -38,7 +38,7 @@ jobs:
38
steps:
39
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40
with:
41
- ref: ${{ github.event.pull_request.head.sha || github.ref }} # Run on the fork branch once approved
+ ref: refs/pull/${{ github.event.pull_request.number }}/merge # Run on the merge commit once approved
42
43
- name: Setup dotnet
44
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
0 commit comments