Skip to content

v0.5.1

v0.5.1 #10

# trigger-docker-julia.yml
name: Trigger Docker build - Julia
on:
release:
types: [published]
jobs:
trigger_workflow:
runs-on: ubuntu-latest
steps:
- uses: convictional/[email protected]
name: Trigger Julia Docker build
with:
owner: WilhelmusLab
repo: ice-floe-tracker-pipeline
github_token: ${{ secrets.TRIGGER_PAT }}
workflow_file_name: build-docker-julia.yml
ref: main
wait_interval: 15
propagate_failure: true
trigger_workflow: true
wait_workflow: true