Skip to content

Commit

Permalink
Change ignore path behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 28, 2023
1 parent 5026497 commit 355d2ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ name: C/C++ Linter
on:
push:
branches: [ "main" ]
paths-ignore: [ "external/**" ]
pull_request:
branches: [ "main" ]
paths-ignore: [ "external/**" ]
# workflow_run:
# workflows: ["cmake-multi-platform"]
# types:
Expand Down Expand Up @@ -117,7 +119,7 @@ jobs:
# in a pull request's thread. Set it to false to disable the comment.
# Set it to true to post a new comment (and delete the old comment).
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
ignore: .github|external/*
# ignore: .github|external/**

- name: Fail fast?!
if: steps.linter.outputs.checks-failed > 0
Expand Down

0 comments on commit 355d2ff

Please sign in to comment.