Merge pull request #7263 from fidencio/topic/add-nightly-jobs-follow-up-3

gha: ci: More follow up fixes after adding a nightly CI
This commit is contained in:
Fabiano Fidêncio
2023-07-07 13:58:26 +02:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

View File

@@ -18,3 +18,4 @@ jobs:
commit-hash: ${GITHUB_REF}
pr-number: ${PR_NUMBER}
tag: ${PR_NUMBER}-${GITHUB_REF}-nightly
secrets: inherit

View File

@@ -20,3 +20,4 @@ jobs:
commit-hash: ${{ github.event.pull_request.sha }}
pr-number: ${{ github.event.pull_request.number }}
tag: ${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}
secrets: inherit

View File

@@ -72,5 +72,5 @@ jobs:
needs: build-kata-static-tarball-amd64
uses: ./.github/workflows/run-metrics.yaml
with:
tarball-suffix: -${{ inputs.tag }}-amd64
tarball-suffix: -${{ inputs.tag }}
commit-hash: ${{ inputs.commit-hash }}