Skip to content

Merge branch 'devel' into fix/413-remove-requirements #2

Merge branch 'devel' into fix/413-remove-requirements

Merge branch 'devel' into fix/413-remove-requirements #2

Workflow file for this run

---
name: Test roles and modules - dab_jwt
on: [push, pull_request_target]
jobs:
ci_dab_jwt:
strategy:
fail-fast: false
matrix:
galaxy_ng_version:
# - stable-4.10
- master
uses: "./.github/workflows/ci_dab_jwt_versioned.yml"
with:
galaxy_ng_version: ${{ matrix.galaxy_ng_version }}
ci_workflow: "ci_dab_jwt"

Check failure on line 16 in .github/workflows/ci_dab_jwt.yml

View workflow run for this annotation

GitHub Actions / Test roles and modules - dab_jwt

Invalid workflow file

The workflow is not valid. .github/workflows/ci_dab_jwt.yml (Line: 16, 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 }}