Skip to content

Commit

Permalink
HACK: allow for manual triggering of Windows CI workflow runs.
Browse files Browse the repository at this point in the history
Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
  • Loading branch information
aznashwan committed Oct 16, 2023
1 parent 1356201 commit 71e807c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: CI
on:
workflow_dispatch:
# When added to a merge queue.
# See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions
merge_group:
Expand Down Expand Up @@ -237,7 +238,7 @@ jobs:
name: Windows Integration
runs-on: ${{ matrix.os }}
timeout-minutes: 90
needs: [project, linters, protos, man]
# needs: [project, linters, protos, man]
env:
GOTEST: gotestsum --

Expand Down

0 comments on commit 71e807c

Please sign in to comment.