Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Apr 10, 2024
1 parent 5df05e4 commit 6f3ae54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
name: OpenHack Build
steps:
- name: Standalone
if: matrix.config.name == 'Standalone'
# if: matrix.config.name == 'Standalone'
uses: ./.github/workflows/ci-standalone.yml

- name: Geode
if: matrix.config.name == 'Geode'
# if: matrix.config.name == 'Geode'
uses: ./.github/workflows/ci-geode.yml


Expand Down

0 comments on commit 6f3ae54

Please sign in to comment.