Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d983739

Browse files
committed
Make sure to have the latest commit on workflow_call
1 parent 6b44b15 commit d983739

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)