Skip to content

Commit

Permalink
Trigger after Docker image run
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sebbASF committed Nov 17, 2023
1 parent 2a05189 commit e8a4a9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven_crosstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ on:
- '**/native/**'
- '**/maven_crosstest.yml'
- 'src/docker/*'
- '!src/docker/Dockerfile*'
# Don't trigger on docker change; will be started after build
workflow_run:
workflows: ['Docker images']
types: [completed]


permissions:
contents: read
Expand Down

0 comments on commit e8a4a9e

Please sign in to comment.