Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf745c50

Browse files
committed
Modify CI
1 parent30b293c commitf745c50

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

‎.github/workflows/wrap.yml‎

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name:"Wrap"
22

33
on:
4-
pull_request:
5-
branches:[ "**"]
4+
pull_request_review:
5+
types:[submitted]
66

7-
jobs:
7+
jobs:
88
wrap:
9+
if:github.event.review.state == 'approved'
10+
911
runs-on:ubuntu-latest
1012

1113
strategy:
@@ -90,4 +92,9 @@ jobs:
9092
uses:ad-m/github-push-action@master
9193
with:
9294
github_token:${{ secrets.GITHUB_TOKEN }}
93-
branch:${{ github.event.pull_request.head.ref }}
95+
branch:${{ github.event.pull_request.head.ref }}
96+
97+
if:false == github.event.review.state == 'approved'
98+
steps:
99+
-name:Will wrap when the review is approved
100+
run:echo "Will wrap when the review is approved"

‎library/stdtypes.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020
#:library/stdtypes.rst:8
2121
msgid"Built-in Types"
2222
msgstr""
23-
"TEST TEST"
23+
"TEST TEST TEST"
2424

2525
#:library/stdtypes.rst:10
2626
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp