Skip to content

Commit

Permalink
Update google-cloudrun-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh16 authored Aug 28, 2024
1 parent 20d3380 commit 07f85d5
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.all_changed_files }}"

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

0 comments on commit 07f85d5

Please sign in to comment.