Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Oct 13, 2024
1 parent 3bc5dea commit 804a3ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/fake-bge-module-latest-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
set_versions:
name: Set build versions
runs-on: ubuntu-latest
if: |
github.repository == 'nutti/fake-bge-module' ||
github.event_name != 'schedule'
outputs:
module_version: ${{ steps.set_module_version.outputs.module_version }}
file_version: ${{ steps.set_file_version.outputs.file_version }}
Expand All @@ -43,6 +46,9 @@ jobs:
build_modules:
name: Build modules
runs-on: ubuntu-22.04
if: |
github.repository == 'nutti/fake-bge-module' ||
github.event_name != 'schedule'
needs: [set_versions]
steps:
- name: Checkout repo
Expand Down

0 comments on commit 804a3ab

Please sign in to comment.