Skip to content

Commit

Permalink
Renamed release to control
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely committed Sep 5, 2024
1 parent 29fcca2 commit b0e41df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Never Alone Release
name: Never Alone Control

on:
workflow_call:
Expand All @@ -25,8 +25,8 @@ on:
required: false

jobs:
never-alone-release:
name: Never Alone Release
never-alone-control:
name: Never Alone Control
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
kosli_api_token: ${{ secrets.KOSLI_API_TOKEN }}
pr_github_token: ${{ secrets.GITHUB_TOKEN }}

never-alone-release:
never-alone-control:
needs: [pre-build, init-kosli]
uses: ./.github/workflows/never_alone_release.yml
uses: ./.github/workflows/never_alone_control.yml
with:
FLOW_NAME: cli-release-never-alone
TRAIL_NAME: ${{ needs.pre-build.outputs.trail_name }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
kosli_api_token: ${{ secrets.KOSLI_API_TOKEN }}

docker:
needs: [test, pre-build, init-kosli, never-alone-release]
needs: [test, pre-build, init-kosli, never-alone-control]
uses: ./.github/workflows/docker.yml
with:
tag: ${{ needs.pre-build.outputs.tag }}
Expand Down

0 comments on commit b0e41df

Please sign in to comment.