Skip to content

Commit

Permalink
Fix run-checks and generate-cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitjasa-db committed Feb 2, 2024
1 parent f18aed1 commit 5193695
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-cicd-zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ defaults:
run:
working-directory: template/{{.input_root_dir}}

concurrency:
group: ${{ github.ref }}

jobs:
run-tests:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/run-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Run checks
on:
pull_request:
workflow_run:
workflows: ["Generate CICD Zip"]
types:
- completed

concurrency:
group: ${{ github.ref }}

jobs:
run-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5193695

Please sign in to comment.