Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
geonnave authored Nov 7, 2023
1 parent 21ec5cd commit da310f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ jobs:
generate-fstar:
needs: unit-tests
runs-on: ubuntu-latest
if: >-
${{ vars.SHOULD_GENERATE_FSTAR == 'true' }} &&
((github.event_name == 'workflow_dispatch') || (github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')))
if: false
# FIXME: commenting out until we fix hax execution
# if: >-
# ((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 da310f4

Please sign in to comment.