Skip to content

Commit

Permalink
[chore] remove exemptions for builder (#9116)
Browse files Browse the repository at this point in the history
I seem to recall these were placed here during the initial transition of
the repo, they're no longer needed.

This is a follow up to @atoulme's PR which led me to wonder why
exemptions were there in the first place 😄

Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten authored Dec 15, 2023
1 parent 1e84741 commit d7116dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/api-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
name: "Inform Incompatible PRs"
on:
pull_request:
paths-ignore:
- 'cmd/builder/**'
branches:
- main

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: check-links
on:
push:
branches: [ main ]
paths-ignore:
- 'cmd/builder/**'
pull_request:
paths-ignore:
- 'cmd/builder/**'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
Expand Down

0 comments on commit d7116dc

Please sign in to comment.