Skip to content

Commit

Permalink
chore,ci: make ci fstar-generation dependent on env var
Browse files Browse the repository at this point in the history
  • Loading branch information
geonnave committed Nov 2, 2023
1 parent 8156aef commit e6e41f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
needs: unit-tests
runs-on: ubuntu-latest
if: >-
(github.event_name == 'workflow_dispatch') ||
(github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags'))
vars.SHOULD_GENERATE_FSTAR == 1 &&
((github.event_name == 'workflow_dispatch') || (github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')))
steps:
- name: Checkout edhoc-rs
Expand Down

0 comments on commit e6e41f8

Please sign in to comment.