Skip to content

Commit

Permalink
Merge pull request #634 from swirlai/action-updates
Browse files Browse the repository at this point in the history
updating the Docker workflow to run manually only
  • Loading branch information
TempleJason authored Sep 25, 2023
2 parents 2562f95 + 86267fe commit f708ece
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ name: DockerBuild
# - cron: '05 05 * * *'

on:
workflow_run:
workflows: [LatestSpyglassDockerBuild]
types:
- completed
workflow_dispatch:

jobs:
build:
if: github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f708ece

Please sign in to comment.