Skip to content

Commit 0f68cc6

Browse files
committed
force a stable build
Signed-off-by: clux <[email protected]>
1 parent 24af91b commit 0f68cc6

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/stable.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,14 @@ jobs:
4747
id: stablecheck
4848
shell: bash
4949
run: |
50-
pip3 install --user toml
51-
if python3 check_stable.py; then
52-
echo "Stable tag missing; running all build steps"
53-
echo '::set-output name=BUILD::YES'
54-
else
55-
echo "Stable tag found; skipping all build steps"
56-
fi
50+
echo '::set-output name=BUILD::YES'
51+
#pip3 install --user toml
52+
#if python3 check_stable.py; then
53+
# echo "Stable tag missing; running all build steps"
54+
# echo '::set-output name=BUILD::YES'
55+
#else
56+
# echo "Stable tag found; skipping all build steps"
57+
#fi
5758
5859
- name: Prepare
5960
run: |

0 commit comments

Comments
 (0)