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

Commitd983739

Browse files
committed
Make sure to have the latest commit on workflow_call
1 parent6b44b15 commitd983739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses:actions/checkout@v2
3131
with:
3232
persist-credentials:false
33-
-if:${{github.event_name == workflow_call }}
33+
-if:github.event_name =='workflow_call'
3434
run:|
3535
git pull --rebase
3636
-name:Check out CPython

‎.github/workflows/compendium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses:actions/checkout@v2
1818
with:
1919
persist-credentials:false
20-
-if:${{github.event_name == workflow_call }}
20+
-if:github.event_name =='workflow_call'
2121
run:|
2222
git pull --rebase
2323
-name:Set up Python 3.9

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp