Skip to content

Commit

Permalink
test: k3s deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Aug 27, 2024
1 parent e83f21a commit 393e642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k3s-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
name: Deploy to K3s
needs: [ build, setup ]
runs-on: ubuntu-latest
if: ${{ needs.setup.outputs.changed_modules != '' }}
# if: ${{ needs.setup.outputs.changed_modules != '' }}
env:
DEPLOY_TARGET: ${{ needs.setup.outputs.deploy_target }}
SHA_SHORT: ${{ needs.setup.outputs.sha_short }}
Expand Down

0 comments on commit 393e642

Please sign in to comment.