Skip to content

Commit

Permalink
help
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Sep 6, 2024
1 parent 13094a0 commit 26a3015
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/db-changes-var1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@ on:
jobs:
check-sql-schema-changes:
runs-on: ubuntu-latest
outputs:
db-change: ${{ steps.check-conditions.outputs.db-change }}
steps:
- name: Checkout Branch
uses: actions/checkout@v4
with:
fetch-depth: 0
ref:

- name: Check For Changes
id: changed-db-files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: "app/**"

Expand Down

0 comments on commit 26a3015

Please sign in to comment.