Skip to content

Commit

Permalink
remove unused job, update sdk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean O'Brien committed Jan 30, 2024
1 parent c6ed429 commit 8c1274b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,6 @@ permissions:
contents: read

jobs:
verify-no-models-changes:
runs-on: ubuntu-20.04
name: Check for model changes
if: github.event_name == 'pull_request'
steps:
- name: Checkout codebase
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
BASE_REPO="${{ github.event.pull_request.base.repo.clone_url }}"
git fetch $BASE_REPO master:master -q
CHANGED_FILES=$(git diff --name-only FETCH_HEAD...HEAD -- src/data/)
if [ ! -z "$CHANGED_FILES" ]; then
echo "Changes detected in the following models:"
echo "$CHANGED_FILES"
exit 1
fi
run:
runs-on: ubuntu-20.04
strategy:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=7.2.5",
"aws/aws-sdk-php": "^3.2.6",
"aws/aws-sdk-php": "^3.279.0",
"symfony/config": "~5.0|~6.0|~7.0",
"symfony/dependency-injection": "~5.0|~6.0|~7.0",
"symfony/http-kernel": "~5.0|~6.0|~7.0"
Expand Down

0 comments on commit 8c1274b

Please sign in to comment.