Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
Kenji Miyake committed Nov 18, 2022
1 parent f19ef59 commit 9359c75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit-ansible-autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
pull_request: # tmp

jobs:
check-secret:
Expand All @@ -24,7 +25,7 @@ jobs:
private_key: ${{ secrets.PRIVATE_KEY }}

- name: Run pre-commit-autoupdate
uses: autowarefoundation/autoware-github-actions/pre-commit-autoupdate@v1
uses: autowarefoundation/autoware-github-actions/pre-commit-autoupdate@add-pre-commit-autoupdate
with:
token: ${{ steps.generate-token.outputs.token }}
pre-commit-config: .pre-commit-config-ansible.yaml
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit-optional-autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
pull_request: # tmp

jobs:
check-secret:
Expand All @@ -24,7 +25,7 @@ jobs:
private_key: ${{ secrets.PRIVATE_KEY }}

- name: Run pre-commit-autoupdate
uses: autowarefoundation/autoware-github-actions/pre-commit-autoupdate@v1
uses: autowarefoundation/autoware-github-actions/pre-commit-autoupdate@add-pre-commit-autoupdate
with:
token: ${{ steps.generate-token.outputs.token }}
pre-commit-config: .pre-commit-config-optional.yaml
Expand Down

0 comments on commit 9359c75

Please sign in to comment.