Skip to content

Commit

Permalink
halp
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Aug 21, 2024
1 parent 9ed29df commit da46d47
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@ jobs:
check-sql-schema-changes:
runs-on: ubuntu-latest
steps:
- name: 1. Checkout Main Branch
- name: 1. Checkout Current Branch
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: 2. Check For Changes
id: changed-db-files
uses: tj-actions/changed-files@v44
with:
files: |
- "app"
- "app/"
- name: 2a. Output Changed Files
run: |
echo "Changed files: ${{ steps.changed-db-files.outputs.changed_files }}"
- name: 3. Set up Python
id: setup-python
Expand Down

0 comments on commit da46d47

Please sign in to comment.