We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04d434 commit a1f0383Copy full SHA for a1f0383
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
lint:
17
name: Lint
18
timeout-minutes: 10
19
- runs-on: self-hosted
+ runs-on: ubuntu-latest
20
21
steps:
22
- uses: actions/checkout@v3
@@ -40,7 +40,7 @@ jobs:
40
test:
41
name: Test
42
43
44
45
46
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
publish:
13
name: Publish to Firefox AMO
14
15
0 commit comments