Skip to content

Commit 4d19aa8

Browse files
committed
ci: run integration tests on PRs
Remove the event_name filter that was skipping tests on pull_request events. PRs are infrequent on the docker repo but when they occur, we need the full CI validation including integration tests.
1 parent a06d548 commit 4d19aa8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/docker-ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ jobs:
207207
name: Integration test
208208
needs: build
209209
permissions: {}
210-
if: github.event_name != 'pull_request'
211210
# TODO: revert to @main once cmlxc docker support is merged
212211
uses: chatmail/cmlxc/.github/workflows/lxc-test.yml@j4n/docker-support
213212
with:

0 commit comments

Comments
 (0)