From 0699a56febc1d378733449862b5a8dca494e4e6a Mon Sep 17 00:00:00 2001 From: foamyguy Date: Sat, 21 Jun 2025 10:14:07 -0500 Subject: [PATCH] update actions names. --- .github/workflows/build.yml | 4 ++-- .github/workflows/daily_release_check.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb2f16c..54e8391 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/daily_release_check.yml b/.github/workflows/daily_release_check.yml index b20104c..5a63d99 100644 --- a/.github/workflows/daily_release_check.yml +++ b/.github/workflows/daily_release_check.yml @@ -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