We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e15b3 commit 90110d7Copy full SHA for 90110d7
1 file changed
.github/workflows/build_and_test.yaml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
# Github actions container runner creates a docker network without IPv6 support. We enable it manually.
87
sysctl -w net.ipv6.conf.lo.disable_ipv6=0
88
- ./ci/collect_coverage.sh -u -b main -c "$(git rev-parse HEAD)" -r pixie-io/pixie
+ ./ci/collect_coverage.sh -u -b main -c "$(git rev-parse HEAD)" -r ${{ github.repository }}
89
generate-matrix:
90
needs: [authorize, env-protect-setup, get-dev-image]
91
runs-on: oracle-vm-16cpu-64gb-x86-64
0 commit comments