Refactor preview environment and image build methods #1344
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: Check gitpod.yaml changes | |
on: | |
pull_request: | |
paths: | |
- ".gitpod.yml" | |
- ".github/workflows/check-gitpodyaml.yml" | |
jobs: | |
notify: | |
name: Build and upload model | |
runs-on: ubuntu-latest | |
steps: | |
- name: Notify | |
uses: KeisukeYamashita/create-comment@v1 | |
with: | |
number: ${{ github.event.pull_request.number }} | |
comment: | | |
:warning: Hey reviewer! BE CAREFUL :warning: | |
Review the code before opening in your Gitpod. `.gitpod.yml` was changed and it might be harmful. |