Skip to content

Commit

Permalink
fix: force action
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed May 6, 2024
1 parent a328c16 commit 1b8e38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kustomize.yml
Expand Up @@ -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
Expand Down

0 comments on commit 1b8e38f

Please sign in to comment.