Skip to content

Commit

Permalink
Fix typo: "yml" -> "yaml"
Browse files Browse the repository at this point in the history
  • Loading branch information
h-holm committed Feb 6, 2025
1 parent 619ffbd commit cc52bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-cloud-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- Dockerfile
- .dockerignore
# Trigger on any change to the GitHub actions workflows.
- .github/workflows/**.yml
- .github/workflows/**.yaml

concurrency:
group: 'deploy-${{ github.workflow }}-${{ github.ref || github.run_id }}'
Expand Down

0 comments on commit cc52bcb

Please sign in to comment.