Skip to content

Commit

Permalink
fix: workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty committed Apr 15, 2024
1 parent f773fe8 commit b36be32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@ jobs:
cosign sign --key env://COSIGN_KEY --tlog-upload=false mtr.devops.telekom.de/caas/py-kube-downscaler@${{ steps.build-push.outputs.digest }}
env:
COSIGN_KEY: ${{ secrets.COSIGN_KEY }}

call-wf1:
uses: ./.github/workflows/end2end.yml
secrets: inherit
7 changes: 2 additions & 5 deletions .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: End-to-End Testing

on:
workflow_run:
workflows: ["Build and push Image"]
types:
- completed

workflow_call:

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

0 comments on commit b36be32

Please sign in to comment.