Remove eks go postsubmits not related to the golang-debian image #105
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: 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 }} |