Skip to content

Commit 201d50b

Browse files
committed
Only run skipapp-showcase-fuse build when tagging a release [skip ci]
1 parent 776fef3 commit 201d50b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/showcase-lite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: skipapp-showcase-lite
22
on:
33
push:
44
branches: [ main ]
5-
tags: "[0-9]+.[0-9]+.[0-9]+"
5+
# Only the skipapp-showcase-fuse variant runs when a release is tagged
6+
#tags: "[0-9]+.[0-9]+.[0-9]+"
67
schedule:
78
- cron: '30 0,4,8,12,16,20 * * *'
89
workflow_dispatch:

0 commit comments

Comments
 (0)