Skip to content

Commit

Permalink
Run CI tests only for PRs
Browse files Browse the repository at this point in the history
So we don't waste resources and can start accepting contributions.
  • Loading branch information
Frank Koornstra committed May 13, 2020
1 parent 240501e commit 4c5c93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build and test code
on: [push]
on: [pull_request]
env:
ELASTICSEARCH_HOST: elasticsearch
DOCKER_IMAGE_SHORT_NAME: ${{ github.repository }}/build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ Simple: it'll remove existing aliases that aren't in the CRD anymore, it will ad
- [x] Upsert/delete indices
- [x] Upsert index aliases (without filters or routing)
- [x] Integration tests with Elasticsearch
- [x] Github Actions to run tests for PRs
- [ ] Status subresource
- [ ] Github Actions to run tests for PRs

0 comments on commit 4c5c93a

Please sign in to comment.