Skip to content

Commit a2af27d

Browse files
committed
Edit random stuff just to see if GitHub actions happen to find my workflow
1 parent e40652d commit a2af27d

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/build-stable-release.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: BuildStableRelease
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
debug_enabled:
7-
description: 'Build and run interactive shell'
8-
required: false
9-
default: false
105

116
env:
127
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
@@ -20,9 +15,6 @@ jobs:
2015
runs-on: ubuntu-18.04
2116
steps:
2217
- uses: actions/checkout@v2
23-
- name: Setup interactive shell session
24-
uses: mxschmitt/action-tmate@v3
25-
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
2618

2719
- name: Install Qt
2820
uses: jurplel/install-qt-action@v2
@@ -93,10 +85,7 @@ jobs:
9385
python-version: '3.9' # Version range or exact version of a Python version to use, using SemVer's version range syntax
9486

9587
- uses: actions/checkout@v2
96-
- name: Setup interactive shell session
97-
uses: mxschmitt/action-tmate@v3
98-
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
99-
88+
10089
- name: Install Qt
10190
uses: jurplel/install-qt-action@v2
10291
with:

0 commit comments

Comments
 (0)