We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5fbce commit 4465d00Copy full SHA for 4465d00
.github/workflows/pr.yml
@@ -13,13 +13,13 @@ permissions:
13
actions: read
14
15
jobs:
16
- # build-image:
17
- # uses: ./.github/workflows/build-image.yml
+ build-image:
+ uses: ./.github/workflows/build-image.yml
18
19
- # lint-format:
20
- # uses: ./.github/workflows/lint-format.yml
21
- # needs: build-image
+ lint-format:
+ uses: ./.github/workflows/lint-format.yml
+ needs: build-image
22
23
unit-sec-scan:
24
uses: ./.github/workflows/unit-sec-test.yml
25
- #needs: lint-format
+ needs: lint-format
0 commit comments