diff --git a/.github/workflows/ci-devel.yaml b/.github/workflows/ci-devel.yaml index 79de9e052f..a50794bf66 100644 --- a/.github/workflows/ci-devel.yaml +++ b/.github/workflows/ci-devel.yaml @@ -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