Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Jul 23, 2024
1 parent b79c29c commit b4e6f9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on: push
# types: [created]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
dry_run:
description: 'If true, will not push the built images to docker hub.'
required: false
default: 'false'
# workflow_dispatch:
# inputs:
# dry_run:
# description: 'If true, will not push the built images to docker hub.'
# required: false
# default: 'false'

jobs:
# this job will build, test and (potentially) push the docker images to docker hub
Expand Down

0 comments on commit b4e6f9c

Please sign in to comment.