Merge pull request #10461 from kata-containers/topic/workflows-follow-up-on-manually-triggered-job

workflows: devel: Follow-up on the manually triggered jobs
This commit is contained in:
Fabiano Fidêncio
2024-10-25 08:31:14 +02:00
committed by GitHub

View File

@@ -2,16 +2,12 @@ name: Kata Containers CI (manually triggered)
on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
kata-containers-ci-on-push:
uses: ./.github/workflows/ci.yaml
with:
commit-hash: ${{ github.sha }}
pr-number: "manually-triggered"
tag: ${{ github.sha }}-manually-triggered
pr-number: "dev"
tag: ${{ github.sha }}-dev
target-branch: ${{ github.ref_name }}
secrets: inherit