Try deleting machine pool user data file from S3 when pruning an old launch template version, add S3 storage tests #75
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR verify | |
on: | |
pull_request_target: | |
types: [opened, edited, synchronize, reopened] | |
jobs: | |
verify: | |
runs-on: ubuntu-latest | |
name: verify PR contents | |
steps: | |
- name: Verifier action | |
id: verifier | |
uses: kubernetes-sigs/kubebuilder-release-tools@3c3411345eedc489d1022288aa844691e92a9c29 # tag=v0.4.2 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} |