Skip to content

Update current feature #648

Update current feature

Update current feature #648

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: "gitlab.dsi.universite-paris-saclay.fr:5005/fink/fink-registry"
runner: "['arc-runners']"
kind_version: "v0.15.0"
secrets:
registry_username: ${{ secrets.REGISTRY_USERNAME }}
registry_token: ${{ secrets.REGISTRY_TOKEN }}
private_registry_username: ${{ secrets.PRIVATE_REGISTRY_USERNAME }}
private_registry_token: ${{ secrets.PRIVATE_REGISTRY_TOKEN }}