Skip to content

Commit

Permalink
Merge pull request #606 from kubescape/rego-v2
Browse files Browse the repository at this point in the history
fix workflow
  • Loading branch information
YiscahLevySilas1 authored Mar 20, 2024
2 parents f0cac36 + a7dbc80 commit 4458b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: 'Tag name'
required: true
type: string

push:
tags:
- 'v*.*.*-rc.*'
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

# Update regolibrary documentation with latest controls and rules.
update-documentation:
needs: [release]
needs: [create-new-tag-and-release]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/[email protected]
Expand Down

0 comments on commit 4458b69

Please sign in to comment.