Skip to content

Commit f0dcccd

Browse files
committed
Add static analysis as requirement prior to build
1 parent 740baf0 commit f0dcccd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/on-demand.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
dockerfile: Dockerfile
2424
docker:
25+
needs: static-analysis
2526
runs-on: ubuntu-latest
2627
steps:
2728
-

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
dockerfile: Dockerfile
2222
docker:
23+
needs: static-analysis
2324
runs-on: ubuntu-latest
2425
steps:
2526
-

0 commit comments

Comments
 (0)