Skip to content

Commit

Permalink
Revert "Use large runners for all builds"
Browse files Browse the repository at this point in the history
This reverts commit 5213f1d.
  • Loading branch information
MarkoBarisic committed Jul 3, 2024
1 parent f34039d commit 19290e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
push_to_s3: "true"
s3_dest_bucket: "deps.memgraph.io"
s3_dest_dir: "mage/v${{ github.event.inputs.mage_version}}"
large_runner: "true"
large_runner: ${{ matrix.build_target == 'dev' && 'true' || 'false' }}
secrets: inherit

0 comments on commit 19290e5

Please sign in to comment.