Skip to content

Commit 4ccfaa2

Browse files
authored
Merge pull request #675 from watson-developer-cloud/9253_deployfix
ci: fix deploy
2 parents c08d51d + 7d305e1 commit 4ccfaa2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ on:
1414

1515
jobs:
1616
deploy:
17+
if: "!contains(github.event.head_commit.message, 'skip ci')"
1718
name: Deploy and Publish
1819
runs-on: ubuntu-latest
1920

2021
steps:
2122
- uses: actions/checkout@v2
23+
with:
24+
persist-credentials: false
2225
- name: Setup Node.js
2326
uses: actions/setup-node@v1
2427
with:

0 commit comments

Comments
 (0)