finish for the day with newer Ubuntu/Java and disable mockito #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy artifacts | |
on: | |
push: | |
tags: | |
- '**' | |
branches-ignore: | |
- 'master' | |
- 'release/**' | |
- 'hotfix/**' | |
- 'dependabot/**' | |
jobs: | |
build: | |
uses: dockstore/workflow-actions/.github/workflows/deploy_artifacts.yaml@main | |
secrets: inherit |