Skip to content

Turn off auto garbage collection to help with big patches #87

Turn off auto garbage collection to help with big patches

Turn off auto garbage collection to help with big patches #87

name: builder-baseimage-pr-notifier
on:
pull_request_target:
types: [opened]
jobs:
baseimage-pr-notifier:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.title, 'Update builder-base image') }}
steps:
- run: curl -X POST $SLACK_WEBHOOK
env:
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_URL }}