test: stop .NET testing goals until Dafny fixes land #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow ensures rc-1.7.0 does not go to main until .NET testing is restored | ||
name: rc-1.7.0-no-main | ||
on: | ||
pull_request: | ||
branches: | ||
- main | ||
jobs: | ||
forbid: | ||
steps: | ||
- name: fail | ||
run: exit 1 | ||
# When we revert this, we MUST revert/restore: | ||
# .github/workflows/library_net_tests.yml#L27-L30 | ||
# .github/workflows/library_interop_tests.yml#L28-31 | ||
# .github/workflows/library_interop_tests.yml#L134-139 |