Skip to content

Commit

Permalink
ci/cd: testing needs to use the same commit as the building workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidSassan committed Sep 29, 2023
1 parent 29b3850 commit 3982e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-test-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: 'actions/checkout@v3'
with:
path: '${{ env.BASE_DIR }}/repos/monitoring-plugins'
ref: '${{ inputs.package-version || github.ref }}'
ref: '${{ github.event.workflow_run.head_commit }}'

# using this instead of the official `download-artifact` action since this allows cross-workflow
- name: 'download the monitoring-plugins-linux-packages artifact'
Expand Down

0 comments on commit 3982e0a

Please sign in to comment.