2 parents 4fb3b82 + f4def9e commit a61724dCopy full SHA for a61724d
1 file changed
.github/workflows/ci.yml
@@ -34,6 +34,9 @@ jobs:
34
# run integration tests on PRs originating in the upstream repo (non-forks only)
35
if: github.repository == 'axiomhq/axiom-py' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
36
needs: lint
37
+ # The development deployment moves ahead of the released server, so a
38
+ # change there must not block a release.
39
+ continue-on-error: ${{ matrix.environment == 'development' }}
40
strategy:
41
fail-fast: true
42
matrix:
0 commit comments