We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776fef3 commit 201d50bCopy full SHA for 201d50b
1 file changed
.github/workflows/showcase-lite.yml
@@ -2,7 +2,8 @@ name: skipapp-showcase-lite
2
on:
3
push:
4
branches: [ main ]
5
- tags: "[0-9]+.[0-9]+.[0-9]+"
+ # Only the skipapp-showcase-fuse variant runs when a release is tagged
6
+ #tags: "[0-9]+.[0-9]+.[0-9]+"
7
schedule:
8
- cron: '30 0,4,8,12,16,20 * * *'
9
workflow_dispatch:
0 commit comments