Skip to content

Commit 261e6d9

Browse files
committed
Run website-build only once for a new release
1 parent 34601d5 commit 261e6d9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ jobs:
101101
- name: Calculate SHA checksum (${{ matrix.version }})
102102
run: sha256sum "$TARGET"
103103

104+
website:
105+
name: Build website
106+
runs-on: [ubuntu-latest]
107+
strategy:
108+
fail-fast: false
109+
steps:
104110
- name: Run website build
105111
if: |
106112
startsWith(github.ref, 'refs/tags/v') &&

0 commit comments

Comments
 (0)