Skip to content

Commit 3ce78c7

Browse files
committed
ci: fix ci
1 parent 746f2a9 commit 3ce78c7

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

.github/workflows/deploy.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
13+
concurrency:
14+
group: 'pages'
15+
cancel-in-progress: true
16+
817
jobs:
918
lint:
1019
runs-on: ubuntu-latest

.github/workflows/lint.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,3 @@ jobs:
2424
- uses: stoplightio/spectral-action@v0.8.10
2525
with:
2626
file_glob: 'tsp-output/*.yaml'
27-
library-deployment:
28-
needs: [lint]
29-
runs-on: ubuntu-latest
30-
if: github.event_name == 'push'
31-
strategy:
32-
matrix:
33-
repo:
34-
- 'solvedac/api.ts'
35-
- 'solvedac/api.rs'
36-
steps:
37-
- name: Invoke Workflow
38-
uses: benc-uk/workflow-dispatch@v1
39-
with:
40-
workflow: Follow Up
41-
token: ${{ secrets.WORKFLOW_DISPATCH }}
42-
repo: ${{ matrix.repo }}

0 commit comments

Comments
 (0)