update actions names.

This commit is contained in:
foamyguy 2025-06-21 10:14:07 -05:00
parent 36626af858
commit 0699a56feb
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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