Skip to content

Commit ab337be

Browse files
authored
Update build.yml
1 parent 348673a commit ab337be

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,7 @@ on:
55
branches: [ master ]
66

77
jobs:
8-
check-update:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: Check out Git repository
12-
uses: actions/checkout@v1
13-
14-
- name: Set up Node
15-
uses: actions/setup-node@v3
16-
with:
17-
node-version: 18.x
18-
19-
- name: Check for update
20-
id: updatecheck
21-
uses: EndBug/version-check@v2
22-
with:
23-
diff-search: true
24-
25-
- name: Stop process if no release
26-
if: steps.updatecheck.outputs.changed == 'false'
27-
uses: andymckay/cancel-action@0.3
28-
29-
308
create-release:
31-
needs: check-update
329
runs-on: ubuntu-latest
3310
steps:
3411
- name: Checkout

0 commit comments

Comments
 (0)