Skip to content

Commit

Permalink
Update build_workflow.yml
Browse files Browse the repository at this point in the history
Add env
  • Loading branch information
lee1043 authored Oct 25, 2023
1 parent d2b9886 commit 0a206cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:

workflow_dispatch:

env:
CANCEL_OTHERS: true
PATHS_IGNORE: '["**/README.rst", "**/docs/**", "**/ISSUE_TEMPLATE/**", "**/pull_request_template.md", "**/.vscode/**"]'

jobs:
check-jobs-to-skip:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0a206cc

Please sign in to comment.