Skip to content

Commit 1d4aadd

Browse files
committed
Delete no used job
1 parent 37ddd16 commit 1d4aadd

File tree

2 files changed

+3
-45
lines changed

2 files changed

+3
-45
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -30,45 +30,3 @@ jobs:
3030
os: ${{ matrix.os }}
3131
- run: swift build
3232
- run: swift test
33-
34-
# Package.swift uses GITHUB_JOB to add docc dependency
35-
# FIXME: Not expected docs.
36-
# BuildDocC:
37-
# strategy:
38-
# matrix:
39-
# os:
40-
# - ubuntu-latest
41-
# # - macos-latest
42-
# swift: ["5.9"]
43-
# runs-on: ${{ matrix.os }}
44-
# env:
45-
# GITHUB_PAGES: "true"
46-
# steps:
47-
# - uses: actions/checkout@v4
48-
# with:
49-
# submodules: true
50-
# - uses: ./.github/workflows/actions/setup
51-
# with:
52-
# swift: ${{ matrix.swift }}
53-
# os: ${{ matrix.os }}
54-
55-
# - run: make .build/docs
56-
# - uses: actions/upload-pages-artifact@v3
57-
# with:
58-
# path: .build/docs
59-
60-
# DeployDocC:
61-
# needs: BuildDocC
62-
# permissions:
63-
# pages: write
64-
# id-token: write
65-
# environment:
66-
# name: github-pages
67-
# url: ${{ steps.deployment.outputs.page_url }}/documentation/githubrestapiswiftopenapi
68-
# runs-on: ubuntu-latest
69-
# steps:
70-
# - name: Deploy to GitHub Pages
71-
# id: deployment
72-
# uses: actions/deploy-pages@v4
73-
# https://wei18.github.io/github-rest-api-swift-openapi/documentation/githubrestapidesktop/
74-

.github/workflows/Dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ permissions:
1111

1212
jobs:
1313
Sync:
14-
# if: github.actor == 'dependabot[bot]'
14+
if: github.actor == 'dependabot[bot]'
1515
strategy:
1616
matrix:
1717
os:
18-
# - ubuntu-latest
18+
- ubuntu-latest
1919
# - macos-latest #Fix: The macos-latest workflow label currently uses the macOS 12 runner image.
20-
- macos-13
20+
# - macos-13
2121
swift: ["5.9"]
2222
runs-on: ${{ matrix.os }}
2323
timeout-minutes: 60

0 commit comments

Comments
 (0)