diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f46760f19e7b..4a445a2206cc 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,6 +7,8 @@ on: - master - 'release-*' - beta + tags: + - '@agoric/sdk@*' pull_request: types: - opened @@ -28,6 +30,7 @@ jobs: if: needs.pre_check.outputs.should_run == 'true' runs-on: ubuntu-latest strategy: + fail-fast: false matrix: cli: [link-cli/yarn, registry/yarn, registry/npm, registry/npx] timeout-minutes: 40