Skip to content

Commit

Permalink
Merge pull request #8 from nebius/feature/scheduled-testing
Browse files Browse the repository at this point in the history
GitHub's workflows updated;
  • Loading branch information
malibora authored Sep 19, 2024
2 parents a39d51c + 6f9595d commit a298193
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: 'Terraform'

on:
pull_request:
# pull_request:
schedule:
- cron: '30 * * * *'

permissions:
contents: write
Expand Down

0 comments on commit a298193

Please sign in to comment.