Skip to content

Commit

Permalink
fix dags only cases
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Sep 26, 2024
1 parent 510ac96 commit 3a7b868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ runs:
if [[ $file =~ ^"$root_folder".* ]]; then
echo $file is part of the input root folder
SKIP_IMAGE_OR_DAGS_DEPLOY=false
if [[ $file != *"dags/"* && ${{ inputs.deploy-type }} == 'infer' ]]; then
if [[ $file != *"dags/"* ]]; then
echo $file is not part of dags folder, triggering a image deploy
DAGS_ONLY_DEPLOY=false
break
Expand Down

0 comments on commit 3a7b868

Please sign in to comment.