Skip to content

Commit

Permalink
Fix path reference for changeset file in version check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hiletmis committed Nov 9, 2024
1 parent c967a92 commit 0199312
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ on:
- cron: '0 7,11,15,19 * * *'
push:
branches: [main]
paths:
- 'data/**'
- 'raw/**'
- scripts/**
- 'viewer/**'
- 'package.json'
pull_request:
branches: [main]

Expand Down Expand Up @@ -66,6 +60,6 @@ jobs:
- name: Create pull request
if: steps.auto-commit-action.outputs.changes_detected == 'true' && steps.check.outputs.skip != 'true'
run: gh pr create -B main -H control-branch --title 'Check logo updates' --reviewer 'hiletmis' --body-file ./changeset/changeset.md
run: gh pr create -B main -H control-branch --title 'Check logo updates' --reviewer 'hiletmis' --body-file .changeset/changeset.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0199312

Please sign in to comment.