Skip to content

Commit

Permalink
!! DEBUG !!
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed May 15, 2024
1 parent b5fa045 commit 9cf0451
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cli-k3s-downgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: CLI-K3s-Downgrade

on:
# !! DEBUG !!
push:
# !! DEBUG !!
workflow_dispatch:
inputs:
cluster_type:
Expand Down Expand Up @@ -43,7 +46,7 @@ jobs:
qase_api_token: ${{ secrets.QASE_API_TOKEN }}
with:
cluster_type: ${{ matrix.cluster_type }}
destroy_runner: ${{ github.event_name == 'schedule' && true || inputs.destroy_runner }}
#destroy_runner: ${{ github.event_name == 'schedule' && true || inputs.destroy_runner }}
force_downgrade: true
k8s_downstream_version: ${{ matrix.k8s_downstream_version }}
k8s_upstream_version: ${{ matrix.k8s_upstream_version }}
Expand Down

0 comments on commit 9cf0451

Please sign in to comment.