Skip to content

Commit

Permalink
changed ci scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling committed Apr 2, 2024
1 parent 6e98c5a commit a71d3da
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 64 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration - load-balancing
name: Continuous Integration - delta-to-cumulative

on:
workflow_run:
Expand All @@ -8,8 +8,8 @@ on:

jobs:
release:
name: Continuous Integration - loadbalancing - GoReleaser
name: Continuous Integration - delta-to-cumulative - GoReleaser
uses: ./.github/workflows/base-goreleaser-ci.yaml
with:
distribution: loadbalancing
distribution: delta-to-cumulative
secrets: inherit
15 changes: 0 additions & 15 deletions .github/workflows/ci-sidecar.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/ci-tracing.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Release sidecar
name: Release delta-to-cumulative

on:
release:
types: [published]

jobs:
release:
name: Release sidecar
name: Release delta-to-cumulative
uses: ./.github/workflows/base-release.yaml
with:
distribution: sidecar
distribution: delta-to-cumulative
secrets: inherit
permissions: write-all
14 changes: 0 additions & 14 deletions .github/workflows/release-loadbalancing.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/release-tracing.yaml

This file was deleted.

0 comments on commit a71d3da

Please sign in to comment.