mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
fix: force action
This commit is contained in:
parent
a328c161ac
commit
1b8e38f9ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/kustomize.yml
vendored
2
.github/workflows/kustomize.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue