Skip to content

Commit

Permalink
Ignore missing lint workflow run except PR and push
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 20, 2024
1 parent ac70876 commit 09a4498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/itself.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ jobs:
wait-list: |
[
{
"workflowFile": "lint.yml"
"workflowFile": "lint.yml",
"optional": ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
},
{
"workflowFile": "merge-bot-pr.yml",
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
branches: [main]
paths-ignore:
- 'dist/**'
- 'pnpm-lock.yaml'
pull_request:
paths-ignore:
- 'dist/**'
- 'pnpm-lock.yaml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 09a4498

Please sign in to comment.