HPCC-30685 HPCC-30685 Report State always for Scheduled ECL WUs #9684
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: Check that eclhelper interface has not changed | |
on: | |
pull_request: | |
branches: | |
- "master" | |
- "candidate-*" | |
jobs: | |
build: | |
name: "Check eclhelper interface" | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Checkout pr | |
uses: actions/checkout@v2 | |
with: | |
fetch-depth: 1 | |
- name: Fetch base | |
run: | | |
git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin ${{ github.event.pull_request.base.sha }} | |
- name: Check eclhelper | |
run: | | |
git diff ${{ github.event.pull_request.base.sha }} --exit-code -- rtl/include/eclhelper.hpp |