update actions names.
This commit is contained in:
parent
36626af858
commit
0699a56feb
2 changed files with 5 additions and 5 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: GitHub Release Actions
|
name: Validate Build
|
||||||
|
|
||||||
on: [pull_request, push]
|
on: [pull_request, push]
|
||||||
|
|
||||||
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Build assets
|
- name: Build Fruit Jam OS
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python build.py
|
python build.py
|
||||||
|
|
|
||||||
6
.github/workflows/daily_release_check.yml
vendored
6
.github/workflows/daily_release_check.yml
vendored
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: GitHub Release Actions
|
name: Daily Release Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
@ -10,7 +10,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate-build:
|
release-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up requested Python version
|
- name: Set up requested Python version
|
||||||
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Build assets
|
- name: Check If Release Needed
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python release_updater.py
|
python release_updater.py
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue