Skip to content

Merge branch 'devel' into create-pull-request/update-pre-commit #666

Merge branch 'devel' into create-pull-request/update-pre-commit

Merge branch 'devel' into create-pull-request/update-pre-commit #666

Workflow file for this run

---
name: Test roles and modules - Standalone
on: [push, pull_request_target]
jobs:
ci_standalone:
strategy:
fail-fast: false
matrix:
galaxy_ng_version:
- stable-4.8
- stable-4.9
- master
uses: "./.github/workflows/ci_standalone_versioned.yml"
with:
galaxy_ng_version: ${{ matrix.galaxy_ng_version }}
ci_workflow: "ci_standalone"

Check failure on line 17 in .github/workflows/ci_standalone.yml

View workflow run for this annotation

GitHub Actions / Test roles and modules - Standalone

Invalid workflow file

The workflow is not valid. .github/workflows/ci_standalone.yml (Line: 17, Col: 20): Invalid input, ci_workflow is not defined in the referenced workflow.
gh_ref: ${{ github.event.pull_request.head.sha || github.sha }}
secrets:
redhat_catalog_username: ${{ secrets.REDHAT_CATALOG_USERNAME }}
redhat_catalog_password: ${{ secrets.REDHAT_CATALOG_PASSWORD }}