Skip to content

Commit

Permalink
HACK: allow manual trigger of CI workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
  • Loading branch information
aznashwan committed Aug 22, 2023
1 parent dd1a24e commit 88729f5
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 @@ -236,7 +237,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 88729f5

Please sign in to comment.