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 ae5a7ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/generate-cicd-zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ defaults:
run:
working-directory: template/{{.input_root_dir}}


jobs:
run-tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run checks
on:
pull_request:
push:

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

0 comments on commit ae5a7ed

Please sign in to comment.