HPCC-32932 Fix duplicate start time accumulation for if activity #13218
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@v4 | |
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.base_ref }} | |
- name: Check eclhelper | |
run: | | |
git diff origin/${{ github.base_ref }} --exit-code -- rtl/include/eclhelper.hpp |