Skip to content

Commit

Permalink
Update publish CI workflow dependencies
Browse files Browse the repository at this point in the history
Make `publish-state-fold` job dependent on `publish-block-subscriber`
to reflect change introduced by 559866d

Remove `pull_request` trigger as it caused double triggering and it
would only fail as it is dependent on checksum for tags
  • Loading branch information
RomanHodulak committed Jul 27, 2022
1 parent 48b8131 commit 2d862c2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

on:
pull_request:
paths:
- .github/workflows/release.yml
push:
tags:
- v*
Expand Down Expand Up @@ -101,7 +98,9 @@ jobs:

publish-state-fold:
name: 🌎 Publish state-fold crate
needs: publish-state-fold-types
needs:
- publish-block-history
- publish-state-fold-types
runs-on: ubuntu-latest
steps:
- name: 📚 Clone repository
Expand Down

0 comments on commit 2d862c2

Please sign in to comment.