Skip to content

Commit 07ed320

Browse files
chore: disable ci checks for smoke test
1 parent 159cfc7 commit 07ed320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- run: go build ./cmd/semantic-release/
3535
- run: go test -v ./...
36-
- run: ./semantic-release --dry --allow-no-changes
36+
- run: ./semantic-release --dry --allow-no-changes --no-ci
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
shell: bash

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ build:
1313
stage: build
1414
script:
1515
- go build ./cmd/semantic-release/
16-
- ./semantic-release --dry --allow-no-changes
16+
- ./semantic-release --dry --allow-no-changes --no-ci

0 commit comments

Comments
 (0)