Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions .github/workflows/docker-image.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/e2e.yaml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/examples.yaml

This file was deleted.

123 changes: 0 additions & 123 deletions .github/workflows/helm.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/job-ocm.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/lint.yaml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: ci
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize

permissions:
contents: write
packages: write
pull-requests: write

jobs:
pipe:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
uses: platform-mesh/.github/.github/workflows/pipeline-golang-app.yml@main
secrets: inherit
with:
imageTagName: ghcr.io/platform-mesh/example-httpbin-operator
repoVersionUpdate: platform-mesh/helm-charts
Comment thread Fixed
useMake: true
Comment thread Fixed
useLocalCoverageConfig: true

29 changes: 0 additions & 29 deletions .github/workflows/test.yaml

This file was deleted.

Loading
Loading