Update build i buildwin64 images, removed Ada compiler and all its dependencies. #1
Workflow file for this run
This file contains hidden or 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
| name: 'Lock down repository' | |
| on: | |
| pull_request: | |
| types: opened | |
| jobs: | |
| lockdown: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dessant/repo-lockdown@v2 | |
| with: | |
| github-token: ${{ github.token }} | |
| pr-comment: > | |
| This repository does not accept pull requests, | |
| see the README for details. | |
| skip-closed-pr-comment: true |