[OPENJDK-2177] Delete OPENJDK-1549 as it is already moved to new test application source repository #287
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: UBI9 OpenJDK 11 S2I Image CI | |
on: [push, pull_request] | |
env: | |
LANG: en_US.UTF-8 | |
IMAGE: ubi9-openjdk-11 | |
jobs: | |
call-openjdkci: | |
uses: ./.github/workflows/image-workflow-template.yml | |
with: | |
image: ubi9-openjdk-11 |