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 af7300d commit 60b2202Copy full SHA for 60b2202
tests/integration/actions_concurrency_test.go
@@ -13,7 +13,6 @@ import (
13
"testing"
14
"time"
15
16
- runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
17
actions_model "code.gitea.io/gitea/models/actions"
18
auth_model "code.gitea.io/gitea/models/auth"
19
repo_model "code.gitea.io/gitea/models/repo"
@@ -25,6 +24,7 @@ import (
25
24
webhook_module "code.gitea.io/gitea/modules/webhook"
26
actions_service "code.gitea.io/gitea/services/actions"
27
+ runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
28
"github.com/stretchr/testify/assert"
29
)
30
0 commit comments