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 2, 2023
1 parent 3f18217 commit b180ef9
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: '${{ matrix.package }}'
run-build-runner: ${{ contains(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: ${{ matrix.package }}
paths-to-ignore: '*/pubspec.lock'
Expand Down

0 comments on commit b180ef9

Please sign in to comment.