JHP-115: Increase default timeout on token create to prevent excessive timeout errors. #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: Pull Request | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build Plugin JAR | |
uses: ./.github/actions/build-plugin-jar | |
with: | |
java-version: '8' | |
gradle-version: '6.7' |