Skip to content

Commit b25fb39

Browse files
committed
CI cleanup
1 parent 9855679 commit b25fb39

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.github/workflows/daily.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: 'Daily build'
22
on:
33
schedule:
44
- cron: '0 22 * * *'
5-
workflow_dispatch: # TODO: remove before merge
6-
75

86
jobs:
97

@@ -13,6 +11,10 @@ jobs:
1311
nightly:
1412
name: Deploy nightly
1513
steps:
14+
- uses: actions/download-artifact@v4
15+
with:
16+
merge-multiple: true
17+
1618
- name: Deploy release
1719
uses: WebFreak001/[email protected]
1820
with:

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
name: Create Release
1515
runs-on: ubuntu-latest
1616
needs: wled_build
17-
if: startsWith(github.ref, 'refs/tags/')
1817
steps:
1918
- uses: actions/download-artifact@v4
2019
with:
@@ -27,16 +26,3 @@ jobs:
2726
*.bin
2827
*.bin.gz
2928
30-
31-
testCdata:
32-
name: Test cdata.js
33-
runs-on: ubuntu-latest
34-
steps:
35-
- uses: actions/checkout@v4
36-
- name: Use Node.js
37-
uses: actions/setup-node@v4
38-
with:
39-
node-version: '20.x'
40-
cache: 'npm'
41-
- run: npm ci
42-
- run: npm test

0 commit comments

Comments
 (0)