Skip to content

ci: Add initial CI

ci: Add initial CI #1

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:
call-normal-pipeline:
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@b289b0a2f9de169f339a6a0b9651a9177cc24db0: Anchors are not currently supported. Remove the anchor 'is_release'
with:
is_release: false