Skip to content

Commit

Permalink
Ignore pubspec.lock only in ubuntupro
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Oct 3, 2023
1 parent 9c4532a commit d105082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
uses: EduardGomezEscandell/desktop-engineering/gh-actions/common/has-diff@dont-use-sudo
with:
working-directory: gui/packages/${{ matrix.package }}
paths-to-ignore: 'pubspec.lock'
paths-to-ignore: ${{ matrix.package == 'ubuntupro' && 'pubspec.lock' || '' }}
fail-on-diff: true

flutter-integration:
Expand Down

0 comments on commit d105082

Please sign in to comment.