Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/debug' into debug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhorvat committed Aug 28, 2024
2 parents c298760 + d00d832 commit e10e6f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
with:
files: migrations/**

- name: Debug - List Changed Files
run: echo "${{ steps.changed-files-specific.outputs.any_changed }}"

- name: Execute Cloud Run Migration Job
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: |
Expand Down

0 comments on commit e10e6f5

Please sign in to comment.