Skip to content

Commit

Permalink
fixing workflow to be triggered in sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed Sep 26, 2024
1 parent 29fb61b commit 587255b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-push-docker-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build geokube-base Docker image and push to geokube-base container registr

on:
pull_request:
paths:
- Dockerfile.base
- requirements.txt
workflow_dispatch:

jobs:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-push-docker_pr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Build geokube Docker image and push to geokube container registry

on:
pull_request:
paths:
- geokube/**
- Dockerfile

workflow_run:
workflows: [ 'build-base' ]
types: [ completed ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 587255b

Please sign in to comment.