Skip to content

Commit

Permalink
Extend UM2N Docker build workflow as in #61
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Nov 18, 2024
1 parent aad2d94 commit 5ec70d0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docker_firedrake-um2n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ on:
- '.github/workflows/docker_firedrake-um2n.yml'
- 'docker/Dockerfile.firedrake-um2n'

# Trigger this workflow when docker_firedrake-um2n.yml completes on the main branch
workflow_run:
workflows: ['Build bespoke UM2N Docker container']
types:
- completed
branches:
- main

# Manually trigger the workflow
workflow_dispatch:

# Stop the workflow if a new run is requested
concurrency:
group: 'docker_firedrake-um2n-${{ github.ref }}'
cancel-in-progress: true

jobs:
docker:
uses: ./.github/workflows/reusable_docker_build.yml
Expand Down

0 comments on commit 5ec70d0

Please sign in to comment.