Skip to content

Commit

Permalink
Merge pull request #117 from hjdivad/hjdivad/update-types-ci
Browse files Browse the repository at this point in the history
fix(CI): Run CI jobs on update types PRs
  • Loading branch information
hjdivad authored Nov 2, 2024
2 parents a509005 + 9c5b648 commit a4e737e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
- master
tags:
- '*'
workflow_run:
workflows:
- "Update Types"
types:
- completed

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if git diff --cached --quiet; then
echo "No changes to commit"
else
git commit -m 'Update vadnu-sync Lua types'
git commit -m 'chore(bot): Update vadnu-sync Lua types'
fi
- name: Create Pull Request
Expand Down

0 comments on commit a4e737e

Please sign in to comment.