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 4, 2023
1 parent 40d2cfb commit 4c1403b
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: canonical/desktop-engineering/gh-actions/common/has-diff@main
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 4c1403b

Please sign in to comment.