Skip to content

Commit

Permalink
testing workflow trigger on file
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Oct 16, 2023
1 parent 235d96b commit 0769540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release-airflow-images-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- dev
paths:
- src/domino/**
- Dockerfile-airflow-domino.dev
- Dockerfile-domino-piece.gpu-dev
- Dockerfile-domino-piece.dev

jobs:
domino-airflow-base:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-domino-piece.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.11-slim
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1

# Create folders to store source code
# Create folders to store source code
RUN mkdir -p /home/domino/pieces_repository

# Create folder to store run data results
Expand Down

0 comments on commit 0769540

Please sign in to comment.