Skip to content

Commit

Permalink
Merge pull request #122 from openwsn-berkeley/ci-adjust-release
Browse files Browse the repository at this point in the history
chore,ci: make release step not depend on build-fstar
  • Loading branch information
geonnave authored Nov 3, 2023
2 parents c132cb2 + 7ac748e commit 22ee3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [build-edhoc-package, run-example-on-qemu, build-example-for-cortex-m4, build-coap-example, generate-fstar, build-static-lib-and-headers]
needs: [build-edhoc-package, run-example-on-qemu, build-example-for-cortex-m4, build-coap-example, build-static-lib-and-headers]
if: >-
github.event_name == 'push' &&
startsWith(github.event.ref, 'refs/tags')
Expand Down

0 comments on commit 22ee3e6

Please sign in to comment.