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
|
||||
|
||||
name: GitHub Release Actions
|
||||
name: Validate Build
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
- name: Build assets
|
||||
- name: Build Fruit Jam OS
|
||||
shell: bash
|
||||
run: |
|
||||
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
|
||||
|
||||
name: GitHub Release Actions
|
||||
name: Daily Release Check
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
@ -10,7 +10,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
validate-build:
|
||||
release-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up requested Python version
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
- name: Build assets
|
||||
- name: Check If Release Needed
|
||||
shell: bash
|
||||
run: |
|
||||
python release_updater.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue