We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24af91b commit 0f68cc6Copy full SHA for 0f68cc6
.github/workflows/stable.yml
@@ -47,13 +47,14 @@ jobs:
47
id: stablecheck
48
shell: bash
49
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
+ echo '::set-output name=BUILD::YES'
+ #pip3 install --user toml
+ #if python3 check_stable.py; then
+ # echo "Stable tag missing; running all build steps"
+ # echo '::set-output name=BUILD::YES'
+ #else
+ # echo "Stable tag found; skipping all build steps"
57
+ #fi
58
59
- name: Prepare
60
0 commit comments