Skip to content

799 avoid image build when not needed #63

799 avoid image build when not needed

799 avoid image build when not needed #63

Workflow file for this run

name: "e2e: science, self-hosted"
on:
schedule:
# At 05:00 UTC on every day-of-week from Monday through Friday.
- cron: '0 5 * * 1-5'
push:
branches:
- master
pull_request:
branches:
- master
jobs:
call-workflow-passing-data:
uses: ./.github/workflows/e2e-common-debug.yml
with:
suffix: ""
ci_repo: "docker-registry.docker-registry:5000"
runner: "arc-runners"
secrets:
registry_username: ${{ secrets.REGISTRY_USERNAME }}
registry_token: ${{ secrets.REGISTRY_TOKEN }}