Skip to content

Commit

Permalink
Merge main into sweep/implement-copy-as-text-feature_5
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 8, 2023
2 parents 617c63e + 79c75ec commit b431ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/angular-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
id: check_changes
run: |
git diff --quiet origin/develop -- ./src || echo "::set-output name=changes_detected::true"
- name: Skip if no changes in ./src
run: exit 1
run: exit 0
if: steps.check_changes.outputs.changes_detected != 'true'

- name: Setup Node.js
Expand Down

0 comments on commit b431ca4

Please sign in to comment.