Skip to content

Commit

Permalink
Fixed extend-space conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 27, 2024
1 parent a744c1e commit 99379ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-scaffold-holochain-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Extend space
if: ${{ github.event.inputs.runs-on == 'ubuntu-latest' }}
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: ./.github/actions/extend-space

- name: Install nix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-scaffold-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Extend space
if: ${{ github.event.inputs.runs-on == 'ubuntu-latest' }}
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: ./.github/actions/extend-space

- name: Install nix
Expand Down

0 comments on commit 99379ae

Please sign in to comment.