mirror of
https://github.com/hibiken/asynq.git
synced 2025-04-22 08:40:22 +08:00
Fix benchstat workflow config
This commit is contained in:
parent
6f82a44337
commit
590a04dfe8
6
.github/workflows/benchstat.yml
vendored
6
.github/workflows/benchstat.yml
vendored
@ -6,7 +6,7 @@
|
||||
|
||||
name: Benchstat
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
incoming:
|
||||
@ -15,7 +15,7 @@ jobs:
|
||||
redis:
|
||||
image: redis
|
||||
ports:
|
||||
- 6379:637
|
||||
- 6379:6379
|
||||
steps:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
redis:
|
||||
image: redis
|
||||
ports:
|
||||
- 6379:637
|
||||
- 6379:6379
|
||||
steps:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user