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 17, 2023
1 parent ccf6592 commit 506c8bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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 Expand Up @@ -385,6 +386,9 @@ jobs:
}
critest.exe --runtime-endpoint=npipe://.//pipe//containerd-containerd --test-images-file='${{env.CRI_TEST_IMAGES}}' --report-dir='${{github.workspace}}/report' $skip
echo "Items in report dir:"
ls '${{github.workspace}}/report'
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 506c8bf

Please sign in to comment.