Skip to content

Commit

Permalink
ci: Update pipeline target
Browse files Browse the repository at this point in the history
Signed-off-by: Heba <[email protected]>
  • Loading branch information
helayoty authored Mar 19, 2024
1 parent d0498a0 commit e1673aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Create release
on:
workflow_run:
workflows: [ "Create, Scan and Publish KAITO image" ]
types: [completed]
branches: [release-**]
repository_dispatch:
types: [ release-tag ]
branches: [ release-** ]
Expand All @@ -18,7 +14,6 @@ env:

jobs:
create-release:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-20.04
steps:
- name: Harden Runner
Expand Down

0 comments on commit e1673aa

Please sign in to comment.