Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <robert@flower.ai>
  • Loading branch information
Robert-Steiner committed May 16, 2024
1 parent 0ae814c commit 6b27d76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Build docker base image

on:
push:
branches: ["main"]
paths:
- "src/docker/base/**"
- ".github/workflows/docker-base.yml"
# re-run if something chnages in the bootstrap action (e.g. version of the dependencies)
- ".github/actions/bootstrap/action.yml"
- ".github/workflows/_docker-build.yml"
# branches: ["main"]
# paths:
# - "src/docker/base/**"
# - ".github/workflows/docker-base.yml"
# # re-run if something chnages in the bootstrap action (e.g. version of the dependencies)
# - ".github/actions/bootstrap/action.yml"
# - ".github/workflows/_docker-build.yml"

permissions:
contents: read
Expand Down

0 comments on commit 6b27d76

Please sign in to comment.