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 2add47a commit a5fce03
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/rainix.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: Rainix CI
name: Rainix CI (macOS)
on: [push]

concurrency:
group: ${{ github.ref }}-rainix
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

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"

standard-tests:
strategy:
matrix:
Expand Down

0 comments on commit a5fce03

Please sign in to comment.