Skip to content

Commit

Permalink
simplify the checkout a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Oct 23, 2024
1 parent b2599cb commit 0d0e052
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-data-model-directory-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ name: Data model directory checks

on:
pull_request:
permissions:
contents: read

jobs:
check-data_model-updates:
Expand All @@ -29,7 +27,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 2
- name: Check for changes to master data_model directory without a SHA update
run: |
python3 scripts/dm_xml_ci_change_enforcement.py data_model/master
Expand Down

0 comments on commit 0d0e052

Please sign in to comment.