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: on:
workflow_dispatch: workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: jobs:
kata-containers-ci-on-push: kata-containers-ci-on-push:
uses: ./.github/workflows/ci.yaml uses: ./.github/workflows/ci.yaml
with: with:
commit-hash: ${{ github.sha }} commit-hash: ${{ github.sha }}
pr-number: "manually-triggered" pr-number: "dev"
tag: ${{ github.sha }}-manually-triggered tag: ${{ github.sha }}-dev
target-branch: ${{ github.ref_name }} target-branch: ${{ github.ref_name }}
secrets: inherit secrets: inherit