Skip to content

Commit

Permalink
Merge pull request #271 from blockchyp/feature/DEVOPS-194
Browse files Browse the repository at this point in the history
add build-essential package to docker container
  • Loading branch information
devops-blockchyp committed Jun 25, 2024
1 parent f6f6f7b commit 199945e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: always()
test-build:
runs-on: ubuntu-latest
if: ${{ always() && contains(join(needs.*.result, ','), 'success') && contains(github.ref_name, 'preview') }}
if: ${{ always() && contains(join(needs.*.result, ','), 'success')}}
needs: [ test ]
steps:
- uses: act10ns/slack@v1
Expand Down

0 comments on commit 199945e

Please sign in to comment.