Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hardyjosh committed Feb 12, 2025
1 parent fc8b656 commit c1653ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 63 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/rainix-mac.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/rainix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
# Add concurrency group for mac jobs
concurrency: ${{ matrix.os == 'macos-latest' && fromJSON(format('{"group":"mac-{0}","cancel-in-progress":true}', github.ref)) }}
concurrency:
group: ${{ matrix.os == 'macos-latest' && format('mac-{0}', github.ref) || format('ubuntu-{0}', github.ref) }}
cancel-in-progress: true
env:
DEPLOYMENT_KEY: ${{ github.ref == 'refs/heads/main' && secrets.PRIVATE_KEY || secrets.PRIVATE_KEY_DEV }}
DEPLOY_METABOARD_ADDRESS: ${{ vars.CI_DEPLOY_SEPOLIA_METABOARD_ADDRESS }}
Expand Down

0 comments on commit c1653ab

Please sign in to comment.