Skip to content

Commit 2874d5d

Browse files
authored
Merge pull request #38 from screwdriver-cd/d2lam-patch-1
fix: use new workflow
2 parents ae12b4b + e241899 commit 2874d5d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

screwdriver.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
workflow:
2-
- publish
3-
41
shared:
52
image: node:6
63

@@ -9,6 +6,9 @@ jobs:
96
steps:
107
- install: npm install
118
- test: npm test
9+
requires:
10+
- ~pr
11+
- ~commit
1212

1313
publish:
1414
template: screwdriver-cd/semantic-release
@@ -17,3 +17,5 @@ jobs:
1717
- NPM_TOKEN
1818
# Pushing tags to Git
1919
- GH_TOKEN
20+
requires:
21+
- main

0 commit comments

Comments
 (0)