Skip to content

Commit

Permalink
add changes to e2e test sink
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Oct 17, 2023
1 parent 597e58a commit be2a426
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,18 @@ on:
paths:
- 'hack/e2e/sink/**'
- '.github/workflows/sink.yml'
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
branches:
- main
paths:
- 'hack/e2e/sink/**'
- '.github/workflows/sink.yml'
paths-ignore:
- 'docs/**'
- '**.md'

jobs:
build:
Expand Down Expand Up @@ -68,7 +74,7 @@ jobs:
org.opencontainers.image.title=E2E Tests Sink
org.opencontainers.image.description=A webserver imitating an eventing sink that receives events and stores in memory
org.opencontainers.image.url=https://github.com/kyma-project/eventing-manager/${{ env.E2E_SINK_DIR }}
- name: Build Docker image
id: build-and-push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit be2a426

Please sign in to comment.