diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index adb1b552b..1f1f8f271 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -25,7 +25,7 @@ jobs: type=ref,event=branch type=sha - # trigger-e2e: - # needs: docker-manifest - # uses: ./.github/workflows/e2e.yml - # secrets: inherit + trigger-e2e: + needs: docker-manifest + uses: ./.github/workflows/e2e.yml + secrets: inherit