Skip to content

Commit

Permalink
fixup! feat(SYNC-MODULES): Add modules syncronization with le-tf-infr…
Browse files Browse the repository at this point in the history
…a-aws repo
  • Loading branch information
renemontilva committed Dec 13, 2024
1 parent 8734053 commit f09fdb1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sync-modules.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Synchronize Module Versions
on:
# schedule every sunday at 00:00
schedule:
- cron: '0 0 * * 0'
#schedule:
# - cron: '0 0 * * 0'
pull_request:
branches:
- master
workflow_dispatch:
env:
SSO_MODULE: "management/global/sso/account_assignments.tf"
Expand Down

0 comments on commit f09fdb1

Please sign in to comment.