Skip to content

Commit

Permalink
chore: run ci
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-llimos committed Feb 13, 2025
1 parent 1f42e73 commit 812617c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci-development.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# This CI runs a lot of the jobs in parallel to speed up development time. We also run a simpler suite of bouncer tests.
name: Release Chainflip Development
on:
pull_request:
branches:
- main
- "release/*"
- "feat/solana-versioned-transaction-*"
concurrency:
group: ${{ github.ref }}-release-development
cancel-in-progress: true
on: push

jobs:
pre-check:
Expand Down

0 comments on commit 812617c

Please sign in to comment.