Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Aug 15, 2024
1 parent 730a08a commit 7371c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
branches: [new-relic-logs-update]
jobs:
fac-check-tables:
name: Perform Database Backup
name: Check tables in fac database
runs-on: ubuntu-latest
# environment: ${{ inputs.environment }}
environment: preview
Expand All @@ -43,4 +43,4 @@ jobs:
cf_org: gsa-tts-oros-fac
cf_space: ${{ env.space }}
# command: cf run-task gsa-fac -k 7G -m 3G --name deploy_backup_util --command "./fac-backup-util.sh ${{ inputs.util_version }} ${{ inputs.backup_operation }}"
command: cf run-task gsa-fac -k 2G -m 3G --name deploy_backup_util --command "./fac-backup-util.sh v0.1.5 check_tables"
command: cf run-task gsa-fac -k 2G -m 3G --name check_tables --command "./fac-backup-util.sh v0.1.5 check_tables"

0 comments on commit 7371c4e

Please sign in to comment.