Skip to content

Commit

Permalink
Use my fork of the desktop engineering repo (TODO: revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Oct 4, 2023
1 parent 8ffe45f commit b7ff27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
dart pub global activate protoc_plugin
- name: Quality check
uses: canonical/desktop-engineering/gh-actions/go/code-sanity@main
uses: EduardGomezEscandell/desktop-engineering/gh-actions/go/code-sanity@dont-use-sudo
with:
working-directory: ${{ matrix.subproject }}
go-tags: gowslmock
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
package-dir: gui/packages/${{ matrix.package }}
run-build-runner: ${{ matrix.package == 'ubuntupro' }}
- name: Ensure module files are up to date
uses: canonical/desktop-engineering/gh-actions/common/has-diff@main
uses: EduardGomezEscandell/desktop-engineering/gh-actions/common/has-diff@dont-use-sudo
with:
working-directory: gui/packages/${{ matrix.package }}
paths-to-ignore: ${{ matrix.package == 'ubuntupro' && 'pubspec.lock' || '' }}
Expand Down

0 comments on commit b7ff27a

Please sign in to comment.