Skip to content

Commit

Permalink
fix: don't run terragrunt plan on main (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard authored May 31, 2024
1 parent eba0412 commit 4464fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terragrunt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
tg_command: 'run-all fmt -diff -check'
plan:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
steps:
- name: 'Checkout'
uses: actions/checkout@main
Expand Down

0 comments on commit 4464fe5

Please sign in to comment.