Skip to content

update kubernetes/openshift endpoint validation #789

update kubernetes/openshift endpoint validation

update kubernetes/openshift endpoint validation #789

Workflow file for this run

# Add Che link on PRs
name: Che
on:
pull_request:
types: [opened, synchronize]
# Only allow one job of this action to be ran at a time
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
add-link:
runs-on: ubuntu-latest
steps:
- name: Eclipse Che Pull Request Check
id: che-pr-check-gh-action
uses: benoitf/che-pr-check-gh-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}