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 552885d commit b296c99
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/google-cloudrun-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,15 @@ jobs:
run: echo ${{ steps.deploy.outputs.url }}

- name: Get changed files in the docs folder
id: changed-files-specific
uses: tj-actions/changed-files@v34
- uses: dorny/paths-filter@v3
id: filter
with:
files: migrations/**
filters: |
migrations:
- '.github/migrations/**'
- name: Debug - List Changed Files
run: echo "${{ steps.changed-files-specific.outputs.any_changed }}"
run: echo "${{ steps.filter.outputs.migrations }}"

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

0 comments on commit b296c99

Please sign in to comment.