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

Commit6b44b15

Browse files
committed
Make sure to have the latest commit on workflow_call
1 parent0aff022 commit6b44b15

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
uses:actions/checkout@v2
3131
with:
3232
persist-credentials:false
33+
-if:${{ github.event_name == workflow_call }}
34+
run:|
35+
git pull --rebase
3336
-name:Check out CPython
3437
uses:actions/checkout@v2
3538
with:

‎.github/workflows/compendium.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
uses:actions/checkout@v2
1818
with:
1919
persist-credentials:false
20+
-if:${{ github.event_name == workflow_call }}
21+
run:|
22+
git pull --rebase
2023
-name:Set up Python 3.9
2124
uses:actions/setup-python@v2
2225
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp