mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
CI: Improve "set SSL" step name
This step is only run for some jobs. Actions UI indicates if it is skipped. Make it easy for humans to understand what was skipped. A skipped step has no output. [ci skip]
This commit is contained in:
parent
20dc923b0b
commit
61dd7f4670
2 changed files with 2 additions and 2 deletions
2
.github/workflows/mri.yml
vendored
2
.github/workflows/mri.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
}
|
||||
bundle install --jobs 4 --retry 3
|
||||
|
||||
- name: set SSL
|
||||
- name: Compile Puma without SSL support
|
||||
if: matrix.no-ssl == ' no SSL'
|
||||
shell: bash
|
||||
run: echo 'DISABLE_SSL=true' >> $GITHUB_ENV
|
||||
|
|
2
.github/workflows/non_mri.yml
vendored
2
.github/workflows/non_mri.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
timeout-minutes: 5
|
||||
run: bundle install --jobs 4 --retry 3
|
||||
|
||||
- name: set SSL
|
||||
- name: Compile Puma without SSL support
|
||||
if: matrix.no-ssl == ' no SSL'
|
||||
shell: bash
|
||||
run: echo 'DISABLE_SSL=true' >> $GITHUB_ENV
|
||||
|
|
Loading…
Reference in a new issue