Skip to content

Commit

Permalink
Merge pull request #71 from GEWIS/feature/fix-github-runners
Browse files Browse the repository at this point in the history
Move to Github-hosted runners
  • Loading branch information
Yoronex authored Mar 4, 2024
2 parents cd9ce97 + 921ac07 commit 0180e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:
name: Build and push Docker image
runs-on: [self-hosted, linux, docker]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push
jobs:
build:
name: ESLint
runs-on: [self-hosted, linux, docker]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 0180e70

Please sign in to comment.