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 b8232db commit d7988df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
path: migrations

build:
name: Build
runs-on: ubuntu-latest
needs: prepare
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
check:
name: Check
runs-on: ubuntu-latest
needs: prepare
steps:
- uses: actions/checkout@v4

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

release:
name: release ${{ matrix.target }}
needs: [prepare, check]
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit d7988df

Please sign in to comment.