Skip to content

Commit

Permalink
Run flutter on github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Jul 12, 2024
1 parent 5f76a38 commit 9eb1b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-development-jars-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-publish-development:
runs-on: self-hosted
runs-on: ubuntu-latest
concurrency:
group: build-publish-beta
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm ci
working-directory: ./documentation
- name: Build website
run: DEBUG=* npm run build
run: npm run build
working-directory: ./documentation

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 9eb1b38

Please sign in to comment.