Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the persistent breakage when cleaning up branches
The github workflow that we have set up for branch deletion doesn't work: - the `on: delete` event does not support the `branches:` filter - the `mode` flag for the aws_s3 module does not have `delete` as one of the options. The proper option appears to be `delobj`.
- Loading branch information