Update Windows Builds for JDK17,11 & 8 - Migrate Win2012 to Win2022 #329
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
name: Code Freeze Bot | |
# Controls when the workflow will run | |
on: | |
pull_request_target: | |
branches: [ "master", "v[0-9]{4}.[0-9]{2}.[0-9]{2}" ] | |
issue_comment: | |
types: [created] | |
jobs: | |
codefreeze: | |
uses: adoptium/.github/.github/workflows/code-freeze.yml@main | |
secrets: inherit |