Skip to content

Commit

Permalink
tests: use valid tag (#137)
Browse files Browse the repository at this point in the history
* tests: use valid tag

* ci: only publish docs on changes
  • Loading branch information
swibrow authored Oct 16, 2024
1 parent 1295928 commit 144e9d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_test-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
aws_region: ${{ vars.aws_region }}
aws_role_name: ${{ vars.aws_role_name }}
image_name: test-docker-build-push
image_tag: ${{ github.head_ref }}
image_tag: ${{ github.sha }}
docker_context: tests/docker
docker_push: false

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- main
paths:
- docs/**
- README.md
- mkdocs.yaml
- .github/workflows/publish-docs.yaml

env:
PYTHON_VERSION: 3.x
Expand Down

0 comments on commit 144e9d1

Please sign in to comment.