Skip to content

Update current feature #1

Update current feature

Update current feature #1

Workflow file for this run

name: "e2e: noscience, self-hosted"
on:
push:
schedule:
# At 03:00 UTC on every day-of-week from Monday through Friday.
- cron: '0 3 * * 1-5'
jobs:
call-workflow-passing-data:
uses: ./.github/workflows/e2e.yml

Check failure on line 10 in .github/workflows/e2e-noscience.yml

View workflow run for this annotation

GitHub Actions / e2e: noscience, self-hosted

Invalid workflow file

The workflow is not valid. .github/workflows/e2e-noscience.yml (Line: 10, Col: 11): Input minimal is required, but not provided while calling.
with:
noscience: true
secrets:
registry_username: ${{ secrets.REGISTRY_USERNAME }}
registry_token: ${{ secrets.REGISTRY_TOKEN }}