Skip to content

Commit a28d568

Browse files
committed
wip
1 parent 0504aa2 commit a28d568

2 files changed

Lines changed: 25 additions & 22 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: PR
1+
# name: PR
22

3-
on:
4-
pull_request:
5-
types: [opened, synchronize, reopened]
3+
# on:
4+
# pull_request:
5+
# types: [opened, synchronize, reopened]
66

7-
concurrency:
8-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
9-
cancel-in-progress: true
7+
# concurrency:
8+
# group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
9+
# cancel-in-progress: true
1010

11-
permissions:
12-
contents: read
13-
packages: write
11+
# permissions:
12+
# contents: read
13+
# packages: write
1414

15-
jobs:
16-
ci:
17-
name: CI
18-
uses: ./.github/workflows/build.yaml
15+
# jobs:
16+
# ci:
17+
# name: CI
18+
# uses: ./.github/workflows/build.yaml

.github/workflows/release.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
name: Release
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- master
8-
tags:
9-
- 'v*'
10-
paths-ignore:
11-
- '**.md'
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
# on:
7+
# push:
8+
# branches:
9+
# - main
10+
# - master
11+
# tags:
12+
# - 'v*'
13+
# paths-ignore:
14+
# - '**.md'
1215

1316
concurrency:
1417
group: release-${{ github.workflow }}

0 commit comments

Comments
 (0)