We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9618d83 commit c1d68efCopy full SHA for c1d68ef
.github/workflows/bb-ci-utils.yml
@@ -7,8 +7,8 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- check:
11
- uses: "itsshantanu/gha-utils/.github/workflows/full-check.yml@demo/bb-ci"
+ # check:
+ # uses: "itsshantanu/gha-utils/.github/workflows/full-check.yml@demo/bb-ci"
12
13
# lint:
14
# name: Forge Lint
@@ -40,7 +40,7 @@ jobs:
40
# name: "Unit tests"
41
42
test-integration:
43
- needs: ["check", "build"]
+ needs: ["build"]
44
uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
45
secrets: inherit
46
with:
0 commit comments