Skip to content

ci: Add initial CI

ci: Add initial CI #8

Workflow file for this run

name: Main and PR Pipeline
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
normal:
uses: ./.github/workflows/normal.yaml

Check failure on line 22 in .github/workflows/main-and-pr.yaml

View workflow run for this annotation

GitHub Actions / Main and PR Pipeline

Invalid workflow file

The workflow is not valid. In .github/workflows/main-and-pr.yaml (Line: 22, Col: 11): Error from called workflow sdsc-ordes/rdf-protect/.github/workflows/normal.yaml@8272f23c6f904d454b37266c202229cf5210afdd (Line: 111, Col: 9): Unrecognized named-value: 'input'. Located at position 3 within expression: ! input.is_release In .github/workflows/main-and-pr.yaml (Line: 22, Col: 11): Error from called workflow sdsc-ordes/rdf-protect/.github/workflows/normal.yaml@8272f23c6f904d454b37266c202229cf5210afdd (Line: 135, Col: 9): Unrecognized named-value: 'input'. Located at position 1 within expression: input.is_release
with:
is_release: false