Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "only run docs CI/main CI for corresponding changes (#2257)"
This reverts commit 04670ea.
  • Loading branch information
filmor authored Oct 6, 2023
commit 30d2c09146d3ee9f4730c7f7bc1e2a19524460d7
8 changes: 0 additions & 8 deletions .github/workflows/ARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ on:
push:
branches:
- master
paths-ignore:
- .github/workflows/main.yml
- .github/workflows/nuget-preview.yml
- 'doc/**'
pull_request:
paths-ignore:
- .github/workflows/main.yml
- .github/workflows/nuget-preview.yml
- 'doc/**'

jobs:
build-test-arm:
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Documentation

on:
push:
paths:
- 'doc/**'
- '.github/workflows/docs.yml'
pull_request:
paths:
- 'doc/**'
- '.github/workflows/docs.yml'
on: [push, pull_request]

jobs:
build:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ on:
push:
branches:
- master
paths-ignore:
- .github/workflows/ARM.yml
- .github/workflows/nuget-preview.yml
- 'doc/**'
pull_request:
paths-ignore:
- .github/workflows/ARM.yml
- .github/workflows/nuget-preview.yml
- 'doc/**'

jobs:
build-test:
Expand Down
1 change: 0 additions & 1 deletion pythonnet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{D301657F-5EAF-4534-B280-B858D651B2E5}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ARM.yml = .github\workflows\ARM.yml
.github\workflows\docs.yml = .github\workflows\docs.yml
.github\workflows\main.yml = .github\workflows\main.yml
.github\workflows\nuget-preview.yml = .github\workflows\nuget-preview.yml
EndProjectSection
Expand Down