Skip to content

Commit

Permalink
Temporarily disable binary builds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Sep 24, 2024
1 parent 45672f7 commit 0a3f2f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build Binaries

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
branches:
- '*_build'

Expand Down Expand Up @@ -49,6 +47,7 @@ jobs:
- name: Update rust
run: |
rustup update
- name: Run DB migrations
run: |
cargo install --debug refinery_cli --version $REFINERY_VERSION
Expand Down

0 comments on commit 0a3f2f2

Please sign in to comment.