Skip to content

Commit

Permalink
chore(ci): use gh runner instead of self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jun 21, 2024
1 parent b04d434 commit a1f0383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
lint:
name: Lint
timeout-minutes: 10
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -40,7 +40,7 @@ jobs:
test:
name: Test
timeout-minutes: 10
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
publish:
name: Publish to Firefox AMO
timeout-minutes: 10
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a1f0383

Please sign in to comment.