fix: force action

This commit is contained in:
Naramsim 2024-05-06 22:34:06 +02:00
parent a328c161ac
commit 1b8e38f9ba

View file

@ -15,7 +15,7 @@ on:
jobs:
create-kustomize-cluster:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v2