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 2605120 commit b40a38c
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/rainix-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@ name: Rainix CI (macOS)
on: [push]

jobs:
# Add blocker job first
block:
if: github.ref != 'refs/heads/main'
concurrency:
group: mac-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- run: echo "Blocking mac jobs"

# Then the actual mac jobs
standard-tests:
needs: block # Make sure blocker runs first
strategy:
Expand Down Expand Up @@ -71,3 +60,12 @@ jobs:
ETHERSCAN_API_KEY: ${{ secrets.EXPLORER_VERIFICATION_KEY }}
DEPLOY_VERIFIER: ""
run: nix develop -c ${{ matrix.task }}

block:
if: github.ref != 'refs/heads/main'
concurrency:
group: mac-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- run: echo "Blocking mac jobs"

0 comments on commit b40a38c

Please sign in to comment.