Skip to content

Commit

Permalink
Further improvements to CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Apr 11, 2022
1 parent e97c7bf commit f59fd35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
build/trento-agent-s390x.tgz
release-rolling:
needs: [test-binary]
needs: [build-static-binary]
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
runs-on: ubuntu-20.04
steps:
Expand Down
File renamed without changes.

0 comments on commit f59fd35

Please sign in to comment.