Skip to content

Commit

Permalink
Disable current workflows for builder (open-telemetry#4287)
Browse files Browse the repository at this point in the history
* Disable current workflows for builder

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>

* Re-enable codeql for builder

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling committed Oct 28, 2021
1 parent 87405dd commit 72e4e3f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
name: "Inform Incompatible PRs"
on:
pull_request:
paths-ignore:
- 'builder/**'
branches:
- main

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: build-and-test-windows
on:
push:
branches: [ main ]
paths-ignore:
- 'builder/**'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:
paths-ignore:
- 'builder/**'

jobs:
windows-unittest:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: build-and-test
on:
push:
branches: [main]
paths-ignore:
- 'builder/**'
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
pull_request:
paths-ignore:
- 'builder/**'

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

jobs:
check-links:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/contrib-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: contrib-tests
on:
push:
branches: [ main ]
paths-ignore:
- 'builder/**'
tags:
- v[0-9]+.[0-9]+.[0-9]+.*
pull_request:
paths-ignore:
- 'builder/**'

jobs:
contrib_tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Dependabot-Tidier
on:
pull_request:
types: [ labeled ]
paths-ignore:
- 'builder/**'

jobs:
mod_tidier:
Expand Down

0 comments on commit 72e4e3f

Please sign in to comment.