Skip to content

Commit

Permalink
Fix typo in Application Deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 28, 2024
1 parent 7e144ac commit 6bac8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/application_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
push_to_registry:
name: Push to registry
if: ${ github.event.workflow_run.conclusion == 'success' && !contains(github.ref, 'dependabot') }}
if: ${{ github.event.workflow_run.conclusion == 'success' && !contains(github.ref, 'dependabot') }}
runs-on: ubuntu-22.04
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
Expand Down

0 comments on commit 6bac8db

Please sign in to comment.