Skip to content

Commit

Permalink
Fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Firestone82 committed Dec 13, 2024
1 parent f45574b commit b8232db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ on:
env:
CARGO_TERM_COLOR: always

runs-on: ubuntu-latest

jobs:
prepare:
runs-on: ubuntu-latest
name: Prepare
steps:
- uses: actions/checkout@v4
Expand All @@ -34,6 +33,7 @@ jobs:
path: migrations

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ on:
env:
CARGO_TERM_COLOR: always

runs-on: ubuntu-latest

jobs:
prepare:
runs-on: ubuntu-latest
name: Prepare
steps:
- uses: actions/checkout@v4
Expand All @@ -33,6 +32,7 @@ jobs:

check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -41,6 +41,7 @@ jobs:

release:
name: release ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b8232db

Please sign in to comment.