Skip to content

Commit

Permalink
Merge pull request #886 from GSA/ckan-manual-monitor-option
Browse files Browse the repository at this point in the history
GH Action - CKAN Command Manual Monitor Option
  • Loading branch information
nickumia-reisys authored Mar 21, 2023
2 parents 6daaf29 + 2a84686 commit 6b27822
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ckan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ on: # yamllint disable-line rule:truthy
required: true
type: input
default: '1500M'
monitor:
description: 'Monitor log output?'
required: true
type: boolean
default: true


jobs:
Expand Down Expand Up @@ -67,7 +72,7 @@ jobs:
cf_username: ${{secrets.CF_SERVICE_USER}}
cf_password: ${{secrets.CF_SERVICE_AUTH}}
- name: monitor task output
if: ${{ inputs.command != 'ckan geodatagov sitemap-to-s3' }}
if: ${{ inputs.monitor }}
uses: cloud-gov/cg-cli-tools@main
with:
command: >
Expand Down

0 comments on commit 6b27822

Please sign in to comment.