Skip to content

Commit a61724d

Browse files
authored
Merge pull request #198 from axiomhq/lukasmalkmus/dev-not-release-blocking
.github/workflows: do not let the development deployment block a release
2 parents 4fb3b82 + f4def9e commit a61724d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
# run integration tests on PRs originating in the upstream repo (non-forks only)
3535
if: github.repository == 'axiomhq/axiom-py' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
3636
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' }}
3740
strategy:
3841
fail-fast: true
3942
matrix:

0 commit comments

Comments
 (0)