Invalidate the build when parent dockerfile changes #2815
Workflow file for this run
This file contains hidden or 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
--- | |
# https://github.com/marketplace/actions/team-labeler-action | |
# https://github.com/TimonVS/pr-labeler-action | |
on: | |
pull_request: | |
types: [opened] | |
name: pr-label | |
jobs: | |
pr-labeler: | |
if: github.repository == 'zenml-io/zenml' | |
runs-on: ubuntu-latest | |
env: | |
ZENML_DEBUG: 1 | |
ZENML_ANALYTICS_OPT_IN: false | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- uses: JulienKode/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
- uses: TimonVS/[email protected] | |
with: | |
configuration-path: .github/branch-labels.yml |