Skip to content

Make GHA workflow more generic #46

Make GHA workflow more generic

Make GHA workflow more generic #46

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
with:
suffix: noscience
secrets:
registry_username: ${{ secrets.REGISTRY_USERNAME }}
registry_token: ${{ secrets.REGISTRY_TOKEN }}