Skip to content

Commit e162c2b

Browse files
committed
ci: disable dry run
1 parent 46ed7cb commit e162c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: ./
2828
with:
2929
base-url: https://grouse-factual-internally.ngrok-free.app
30-
dry-run: true
30+
# dry-run: true
3131
hey-api-token: ${{ secrets.HEY_API_TOKEN }}
3232
path-to-openapi: ./openapi.json
3333

@@ -36,6 +36,6 @@ jobs:
3636
uses: ./
3737
with:
3838
base-url: https://grouse-factual-internally.ngrok-free.app
39-
dry-run: true
39+
# dry-run: true
4040
hey-api-token: ${{ secrets.HEY_API_TOKEN }}
4141
path-to-openapi: ./openapi.yaml

0 commit comments

Comments
 (0)