Skip to content

Commit

Permalink
Set windows test back to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thampiotr committed Nov 5, 2024
1 parent 0f1b294 commit faecb13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ steps:
image: grafana/alloy-build-image:v0.1.6-windows
name: Run Go tests
trigger:
event:
- pull_request
ref:
- refs/heads/main
type: docker
---
kind: pipeline
Expand Down Expand Up @@ -836,6 +836,6 @@ kind: secret
name: updater_private_key
---
kind: signature
hmac: 24309a749c8af75e75e62c45578b98592777e3e8b66e8bcf59d47306aa4965ea
hmac: fd0699c2276e04bf3f9957b8eca427f3812c0aaf17bb969760f66574dcaf250c

...
2 changes: 1 addition & 1 deletion .drone/pipelines/test.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ local pipelines = import '../util/pipelines.jsonnet';

pipelines.windows('Test (Windows)') {
trigger: {
event: ['pull_request'],
ref: ['refs/heads/main'],
},
steps: [{
name: 'Run Go tests',
Expand Down

0 comments on commit faecb13

Please sign in to comment.