Skip to content

Commit e0a1a95

Browse files
authored
Merge pull request #363 from signalwire/feat/cron-iac
update condition based on schedule
2 parents 538e4cb + 82f21a3 commit e0a1a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/iac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
issue-title: "Terragrunt approval pending for ${{ inputs.WORKING_DIR }}"
275275

276276
- name: Apply
277-
if: github.ref == 'refs/heads/main' && github.event_name == 'push' || github.event_name == 'schedule'
277+
if: (github.ref == 'refs/heads/main' && github.event_name == 'push') || github.event_name == 'schedule'
278278
uses: gruntwork-io/[email protected]
279279
id: apply
280280
with:

0 commit comments

Comments
 (0)