Skip to content

Update current feature #56

Update current feature

Update current feature #56

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-common.yml
with:
suffix: "noscience"
ci_repo: "docker-registry.docker-registry:5000"
runner: "arc-runners"
secrets:
registry_username: ${{ secrets.REGISTRY_USERNAME }}
registry_token: ${{ secrets.REGISTRY_TOKEN }}