Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-infra committed Feb 15, 2024
1 parent 2f66985 commit 5a337ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/autoupdate-other-derivations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
skipPush: true
- name: Check for updates
run : |
nix-shell --command autoupdate/update.py
./autoupdate/update.py
(
cd autoupdate
./update-all-providers
)
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
SOURCE_FILTER: '(?!terraform.*)'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/autoupdate-terraform-providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
- name: Check for updates
run : |
./autoupdate/update.py
(
cd autoupdate
./update-all-providers
)
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
SOURCE_FILTER: 'terraform'
Expand Down

0 comments on commit 5a337ba

Please sign in to comment.