diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9465009ba..5e73bb3d8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: uses: codecov/codecov-action@v1 with: name: actions ${{ matrix.node }} - fail_ci_if_error: true + fail_ci_if_error: false windows: runs-on: windows-latest steps: @@ -36,7 +36,7 @@ jobs: uses: codecov/codecov-action@v1 with: name: actions windows - fail_ci_if_error: true + fail_ci_if_error: false lint: runs-on: ubuntu-latest steps: diff --git a/synth.metadata b/synth.metadata index 0c9f43e93..6620e5bab 100644 --- a/synth.metadata +++ b/synth.metadata @@ -3,15 +3,23 @@ { "git": { "name": ".", - "remote": "git@github.com:googleapis/nodejs-pubsub.git", - "sha": "2e973a55008c4d50ef3f7d47ac4ba761cd2ea9cb" + "remote": "https://github.com/googleapis/nodejs-pubsub.git", + "sha": "27f7b770aff062a780173c6781cb0879a18bd9d2" + } + }, + { + "git": { + "name": "googleapis", + "remote": "https://github.com/googleapis/googleapis.git", + "sha": "83816bb3093686a28af2891db5b7506614a820b1", + "internalRef": "310509915" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "ab883569eb0257bbf16a6d825fd018b3adde3912" + "sha": "be74d3e532faa47eb59f1a0eaebde0860d1d8ab4" } } ],