Skip to content

Commit

Permalink
Merge pull request #372 from WilhelmusLab/feat-trigger-on-release
Browse files Browse the repository at this point in the history
fix: update trigger-docker-julia.yml to trigger Docker build on release
  • Loading branch information
cpaniaguam authored Apr 5, 2024
2 parents fc4e07b + 640242b commit 57b557d
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/workflows/trigger-docker-julia.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# trigger-docker-julia.yml
name: Trigger Docker build - Julia
on:
push:
branches:
- main
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
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

0 comments on commit 57b557d

Please sign in to comment.